Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
TDirectIOBufferedFile::~TDirectIOBufferedFile() {
95
try {
96
Finish();
97
} catch (...) {
98
}
99
}
100
101
void TDirectIOBufferedFile::FlushData() {
102
WriteToFile(Buffer, DataLen, FlushedBytes);
Callers
nothing calls this directly
Calls
1
Finish
Function · 0.50
Tested by
no test coverage detected