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

Method BlobByKey

library/cpp/archive/yarchive.cpp:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392TBlob TArchiveReader::BlobByKey(const TStringBuf key) const {
393 return Impl_->BlobByKey(key);
394}
395
396bool TArchiveReader::Compressed() const {
397 return Impl_->Compressed();

Callers 2

TestOffsetOrderMethod · 0.45
TestReadMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestOffsetOrderMethod · 0.36
TestReadMethod · 0.36