Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void TDirectIOBufferedFile::FlushData() {
102
WriteToFile(Buffer, DataLen, FlushedBytes);
103
DataLen = 0;
104
File.FlushData();
105
}
106
107
void TDirectIOBufferedFile::Finish() {
108
FlushData();
Callers
1
PreadSafe
Method · 0.45
Calls
1
WriteToFile
Function · 0.85
Tested by
no test coverage detected