MCPcopy Create free account
hub / github.com/apache/brpc / ClearKeyValue

Method ClearKeyValue

test/crash_logging_unittest.cc:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 static void ClearKeyValue(const butil::StringPiece& key) {
41 key_values_->erase(key.as_string());
42 }
43};
44
45TEST_F(CrashLoggingTest, SetClearSingle) {

Callers

nothing calls this directly

Calls 2

eraseMethod · 0.45
as_stringMethod · 0.45

Tested by

no test coverage detected