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

Method FlushCache

util/system/file.cpp:1167–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165 }
1166
1167 void FlushCache(i64 offset, i64 length, bool wait) {
1168 if (!Handle_.FlushCache(offset, length, wait)) {
1169 ythrow TFileError() << "can't flush data " << FileName_.Quote();
1170 }
1171 }
1172
1173private:
1174 TFileHandle Handle_;

Callers

nothing calls this directly

Calls 1

FlushCacheMethod · 0.45

Tested by

no test coverage detected