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

Method action

flow/Trace.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 double getTimeEstimate() const override { return 0; }
222 };
223 void action(Open& o) {
224 logWriter->open();
225 logWriter->write(formatter->getHeader());
226 }
227
228 struct Close final : TypedAction<WriterThread, Close> {
229 double getTimeEstimate() const override { return 0; }

Callers 1

operator()Method · 0.45

Calls 14

TraceEventClass · 0.85
validateFormatMethod · 0.80
VoidClass · 0.70
openMethod · 0.65
closeMethod · 0.65
writeMethod · 0.45
getHeaderMethod · 0.45
getFooterMethod · 0.45
rollMethod · 0.45
popMethod · 0.45
formatEventMethod · 0.45
syncMethod · 0.45

Tested by

no test coverage detected