Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoFlush
Method
DoFlush
util/stream/buffered.cpp:390–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
void TBufferedOutputBase::DoFlush() {
391
if (Impl_.Get()) {
392
Impl_->Flush();
393
}
394
}
395
396
void TBufferedOutputBase::DoFinish() {
397
THolder<TImpl> impl(Impl_.Release());
Callers
nothing calls this directly
Calls
2
Get
Method · 0.45
Flush
Method · 0.45
Tested by
no test coverage detected