Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ CleanUp
Method
CleanUp
test/shared_memory_unittest.cc:620–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
public:
619
620
static void CleanUp() {
621
SharedMemory memory;
622
memory.Delete(s_test_name_);
623
}
624
625
static int TaskTestMain() {
626
int errors = 0;
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.45
Tested by
no test coverage detected