Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ Remove
Method
Remove
src/brpc/kvmap.h:58–58 ·
view source on GitHub ↗
Remove a key
Source
from the content-addressed store, hash-verified
56
57
// Remove a key
58
void Remove(const char* key) { _entries.erase(key); }
59
void Remove(const std::string& key) { _entries.erase(key); }
60
61
// Get iterators to iterate key/value
Callers
2
DestroyStreamUserData
Method · 0.45
OnStopInternal
Method · 0.45
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected