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

Method get

flow/Trace.cpp:616–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616TraceEventFields LatestEventCache::get(std::string const& tag) {
617 return latest[getAddressIndex()][tag];
618}
619
620std::vector<TraceEventFields> allEvents(std::map<std::string, TraceEventFields> const& data) {
621 std::vector<TraceEventFields> all;

Callers

nothing calls this directly

Calls 1

getAddressIndexFunction · 0.85

Tested by

no test coverage detected