MCPcopy Create free account
hub / github.com/catboost/catboost / ~TDirectIOBufferedFile

Method ~TDirectIOBufferedFile

util/system/direct_io.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94TDirectIOBufferedFile::~TDirectIOBufferedFile() {
95 try {
96 Finish();
97 } catch (...) {
98 }
99}
100
101void TDirectIOBufferedFile::FlushData() {
102 WriteToFile(Buffer, DataLen, FlushedBytes);

Callers

nothing calls this directly

Calls 1

FinishFunction · 0.50

Tested by

no test coverage detected