Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updating linkedmap to use generic #507

Merged
merged 2 commits into from Jun 13, 2023

Conversation

vlasfama
Copy link
Contributor

@vlasfama vlasfama commented Jun 13, 2023

Description

This PR updates the LinkedMap to use generics.
This improvement helps avoid unnecessary interface casting and promotes cleaner and more efficient code.

@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #507 (dfc378d) into main (fd4204a) will increase coverage by 0.11%.
The diff coverage is 97.82%.

@@            Coverage Diff             @@
##             main     #507      +/-   ##
==========================================
+ Coverage   82.83%   82.95%   +0.11%     
==========================================
  Files         154      154              
  Lines        7289     7305      +16     
==========================================
+ Hits         6038     6060      +22     
+ Misses        965      961       -4     
+ Partials      286      284       -2     

@b00f b00f merged commit 1787d9f into pactus-project:main Jun 13, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants