-
Notifications
You must be signed in to change notification settings - Fork 113
Renamed insert_or_update and update from multiple_subscription_map bo… #688
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
Conversation
|
Could you remove subscription_map.cpp update from the PR ? I already renamed insert_or_update with insert. And |
|
Now, I'm checking CI issue on #687. |
e4d0f0f to
d2e512e
Compare
|
It is rebased now, but I have some more renames from insert_or_update to insert than you had. Also, i renamed the remove to erase, is that OK ? |
|
I will add comments in the code. |
Also there was a problem in the CI, i fixed this now |
Codecov Report
@@ Coverage Diff @@
## sub_map_test #688 +/- ##
=============================================
Coverage 82.70% 82.70%
=============================================
Files 46 46
Lines 7082 7082
=============================================
Hits 5857 5857
Misses 1225 1225 |
…th to insert and return whether element was inserted or already exists
…_map return the number of elements that were removed
Renamed insert_or_update and update from multiple_subscription_map both to insert and return whether element was inserted or already exists