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

Method sync

flow/FileTraceLogWriter.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void FileTraceLogWriter::sync() {
227 __fsync(traceFileFD);
228}
229
230void FileTraceLogWriter::cleanupTraceFiles() {
231 // Setting maxLogsSize=0 disables trace file cleanup based on dir size

Callers 4

actionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected