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

refactor(set): pop method randomly removes an element and return #202

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

cannian1
Copy link
Collaborator

The Pop method of the collection does not guarantee order, and there is no need to convert it to a slice
it can be directly deleted.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.66%. Comparing base (004dbdc) to head (8797f2b).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##               rc     #202      +/-   ##
==========================================
+ Coverage   80.57%   80.66%   +0.09%     
==========================================
  Files          65       65              
  Lines        7562     7562              
==========================================
+ Hits         6093     6100       +7     
+ Misses       1095     1088       -7     
  Partials      374      374              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@duke-git duke-git merged commit 2b765b4 into duke-git:rc Mar 17, 2024
3 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.

3 participants