MCPcopy 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
221void FileTraceLogWriter::roll() {
222 close();
223 open();
224}
225
226void FileTraceLogWriter::sync() {
227 __fsync(traceFileFD);

Callers 1

actionMethod · 0.45

Calls 2

closeFunction · 0.50
openFunction · 0.50

Tested by

no test coverage detected