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

Method Finish

library/cpp/archive/yarchive.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void TArchiveWriter::Finish() {
211 if (Impl_.Get()) {
212 Impl_->Finish();
213 Impl_.Destroy();
214 }
215}
216
217void TArchiveWriter::Add(const TString& key, IInputStream* src) {
218 Y_ENSURE(Impl_.Get(), "archive already closed");

Callers 3

CreateArchiveMethod · 0.45
FinishMethod · 0.45
AddMethod · 0.45

Calls 2

GetMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected