Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ PopFlush
Method
PopFlush
src/brpc/memcache.cpp:428–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
return PopStore(policy::MC_BINARY_DELETE, NULL);
427
}
428
bool MemcacheResponse::PopFlush() {
429
return PopStore(policy::MC_BINARY_FLUSH, NULL);
430
}
431
432
struct StoreHeaderWithExtras {
433
policy::MemcacheRequestHeader header;
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64