Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void TUnbufferedFileOutput::DoFlush() {
82
if (File_.IsOpen()) {
83
File_.Flush();
84
}
85
}
86
87
class TMappedFileInput::TImpl: public TBlob {
88
public:
Callers
nothing calls this directly
Calls
2
IsOpen
Method · 0.45
Flush
Method · 0.45
Tested by
no test coverage detected