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

Method size

flow/Profiler.actor.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 Future<int64_t> size() const {
95 ASSERT(false);
96 throw internal_error();
97 }
98};
99
100struct Profiler {

Callers 4

pushMethod · 0.45
writeToMethod · 0.45
findAndReplaceFunction · 0.45
startProfilingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected