Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
736
ThreadFuture<Void> flushTraceFile() {
737
if (!g_traceLog.isOpen())
738
return Void();
739
return g_traceLog.flush();
740
}
741
742
void flushTraceFileVoid() {
743
if (g_network && g_network->isSimulated())
Callers
1
flushTraceFileVoid
Function · 0.85
Calls
3
Void
Class · 0.70
isOpen
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected