MCPcopy Create free account
hub / github.com/catboost/catboost / DoFlush

Method DoFlush

util/stream/direct_io.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void TRandomAccessFileOutput::DoFlush() {
33 File->FlushData();
34}
35
36TBufferedFileOutputEx::TBufferedFileOutputEx(const TString& path, EOpenMode oMode, size_t buflen)
37 : TRandomAccessFileOutput(*(new TDirectIOBufferedFile(path, oMode, buflen)))

Callers

nothing calls this directly

Calls 1

FlushDataMethod · 0.45

Tested by

no test coverage detected