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

Method getAll

flow/Trace.cpp:628–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628std::vector<TraceEventFields> LatestEventCache::getAll() {
629 return allEvents(latest[getAddressIndex()]);
630}
631
632// if in simulation, all events from all machines will be returned
633std::vector<TraceEventFields> LatestEventCache::getAllUnsafe() {

Callers

nothing calls this directly

Calls 2

allEventsFunction · 0.85
getAddressIndexFunction · 0.85

Tested by

no test coverage detected