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

Method Flush

util/system/file.cpp:1001–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 }
1000
1001 void Flush() {
1002 if (!Handle_.Flush()) {
1003 ythrow TFileError() << "can't flush " << FileName_.Quote();
1004 }
1005 }
1006
1007 void FlushData() {
1008 if (!Handle_.FlushData()) {

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected