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

Function flushTraceFile

flow/Trace.cpp:736–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736ThreadFuture<Void> flushTraceFile() {
737 if (!g_traceLog.isOpen())
738 return Void();
739 return g_traceLog.flush();
740}
741
742void flushTraceFileVoid() {
743 if (g_network && g_network->isSimulated())

Callers 1

flushTraceFileVoidFunction · 0.85

Calls 3

VoidClass · 0.70
isOpenMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected