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

Method FlushData

util/system/direct_io.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void TDirectIOBufferedFile::FlushData() {
102 WriteToFile(Buffer, DataLen, FlushedBytes);
103 DataLen = 0;
104 File.FlushData();
105}
106
107void TDirectIOBufferedFile::Finish() {
108 FlushData();

Callers 1

PreadSafeMethod · 0.45

Calls 1

WriteToFileFunction · 0.85

Tested by

no test coverage detected