Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FlushData
Method
FlushData
util/system/file.cpp:1007–1011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1005
}
1006
1007
void FlushData() {
1008
if (!Handle_.FlushData()) {
1009
ythrow TFileError() <<
"can't flush data "
<< FileName_.Quote();
1010
}
1011
}
1012
1013
TFile Duplicate() const {
1014
TFileHandle dupH(Handle_.Duplicate());
Callers
nothing calls this directly
Calls
1
FlushData
Method · 0.45
Tested by
no test coverage detected