MCPcopy 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
390void TBufferedOutputBase::DoFlush() {
391 if (Impl_.Get()) {
392 Impl_->Flush();
393 }
394}
395
396void TBufferedOutputBase::DoFinish() {
397 THolder<TImpl> impl(Impl_.Release());

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected