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

Method DoFinish

util/stream/buffered.cpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265private:
266 inline void DoFinish() {
267 if (PropagateFinish_) {
268 Slave_->Finish();
269 }
270 }
271
272 inline size_t Stored() const noexcept {
273 return Len() - MemOut_.Avail();

Callers

nothing calls this directly

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected