MCPcopy Create free account
hub / github.com/apple/foundationdb / clear

Method clear

flow/Trace.cpp:604–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604void LatestEventCache::clear(std::string const& prefix) {
605 clearPrefix_internal(latest[getAddressIndex()], prefix);
606}
607
608void LatestEventCache::clear() {
609 latest[getAddressIndex()].clear();

Callers

nothing calls this directly

Calls 3

clearPrefix_internalFunction · 0.85
getAddressIndexFunction · 0.85
clearMethod · 0.65

Tested by

no test coverage detected