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

Method ObjectByKey

library/cpp/archive/yarchive.cpp:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384TAutoPtr<IInputStream> TArchiveReader::ObjectByKey(const TStringBuf key) const {
385 return Impl_->ObjectByKey(key);
386}
387
388TBlob TArchiveReader::ObjectBlobByKey(const TStringBuf key) const {
389 return Impl_->ObjectBlobByKey(key);

Callers 4

UnpackArchiveFunction · 0.45
ListArchiveMd5Function · 0.45
TestReadMethod · 0.45
TestReadMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestReadMethod · 0.36
TestReadMethod · 0.36