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: improves removed annotation predicate #92

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

bartoszmajsak
Copy link
Contributor

Checks if value was set to anything previously and if it is removed now by using second return value (typically called ok or found) of getting value for a given key in the map.

Do not ask me why I wrote it differently in the first attempt...

checks if value was set to anything previously and if it is removed now by using second return value (typically called ok or found) of getting value for a given key in the map.

Do not ask me why I wrote it differently in the first attempt....
@bartoszmajsak bartoszmajsak merged commit bf3b3ba into main Dec 12, 2023
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.

2 participants