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

Function closeTraceFile

flow/Trace.cpp:792–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792void closeTraceFile() {
793 g_traceLog.close();
794}
795
796bool traceFileIsOpen() {
797 return g_traceLog.isOpen();

Callers 4

flushAndExitFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
runNetworkMethod · 0.85

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected