Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
792
void closeTraceFile() {
793
g_traceLog.close();
794
}
795
796
bool traceFileIsOpen() {
797
return g_traceLog.isOpen();
Callers
4
flushAndExit
Function · 0.85
main
Function · 0.85
main
Function · 0.85
runNetwork
Method · 0.85
Calls
1
close
Method · 0.65
Tested by
no test coverage detected