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

Method DoFinish

util/stream/buffered.cpp:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void TBufferedOutputBase::DoFinish() {
397 THolder<TImpl> impl(Impl_.Release());
398
399 if (impl) {
400 impl->Finish();
401 }
402}
403
404void TBufferedOutputBase::SetFlushPropagateMode(bool propagate) noexcept {
405 if (Impl_.Get()) {

Callers

nothing calls this directly

Calls 2

ReleaseMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected