MCPcopy 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

DestroyStreamUserDataMethod · 0.45
OnStopInternalMethod · 0.45

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected