Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
392
TBlob TArchiveReader::BlobByKey(const TStringBuf key) const {
393
return Impl_->BlobByKey(key);
394
}
395
396
bool TArchiveReader::Compressed() const {
397
return Impl_->Compressed();
Callers
2
TestOffsetOrder
Method · 0.45
TestRead
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestOffsetOrder
Method · 0.36
TestRead
Method · 0.36