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

Method DoFinish

library/cpp/http/io/chunk.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void TChunkedOutput::DoFinish() {
242 if (Impl_.Get()) {
243 Impl_->Finish();
244 Impl_.Destroy();
245 }
246}

Callers

nothing calls this directly

Calls 3

GetMethod · 0.45
FinishMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected