Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
TEST_F(CrashLoggingTest, SetClearSingle) {
Callers
nothing calls this directly
Calls
2
erase
Method · 0.45
as_string
Method · 0.45
Tested by
no test coverage detected