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

Method Finish

util/system/direct_io.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void TDirectIOBufferedFile::Finish() {
108 FlushData();
109 File.Flush();
110 File.Close();
111}
112
113void TDirectIOBufferedFile::Write(const void* buffer, size_t byteCount) {
114 WriteToBuffer(buffer, byteCount, DataLen);

Callers 4

THostEntropyMethod · 0.45
Y_UNIT_TESTFunction · 0.45
TerminateIsRequiredMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

FlushMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected