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

Method DoFlush

util/stream/file.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void TUnbufferedFileOutput::DoFlush() {
82 if (File_.IsOpen()) {
83 File_.Flush();
84 }
85}
86
87class TMappedFileInput::TImpl: public TBlob {
88public:

Callers

nothing calls this directly

Calls 2

IsOpenMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected