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

Method set

flow/Trace.cpp:612–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void LatestEventCache::set(std::string tag, const TraceEventFields& contents) {
613 latest[getAddressIndex()][tag] = contents;
614}
615
616TraceEventFields LatestEventCache::get(std::string const& tag) {
617 return latest[getAddressIndex()][tag];

Callers

nothing calls this directly

Calls 1

getAddressIndexFunction · 0.85

Tested by

no test coverage detected