Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ roll
Method
roll
flow/FileTraceLogWriter.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void FileTraceLogWriter::roll() {
222
close();
223
open();
224
}
225
226
void FileTraceLogWriter::sync() {
227
__fsync(traceFileFD);
Callers
1
action
Method · 0.45
Calls
2
close
Function · 0.50
open
Function · 0.50
Tested by
no test coverage detected