Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Has
Method
Has
library/cpp/archive/yarchive.cpp:380–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
bool TArchiveReader::Has(const TStringBuf key) const {
381
return Impl_->Has(key);
382
}
383
384
TAutoPtr<IInputStream> TArchiveReader::ObjectByKey(const TStringBuf key) const {
385
return Impl_->ObjectByKey(key);
Callers
9
ParseOptions
Function · 0.45
Y_UNIT_TEST
Function · 0.45
GetOption
Function · 0.45
Load
Method · 0.45
GetOption
Function · 0.45
GetContainerOption
Function · 0.45
FindApproximateNeighbors
Function · 0.45
ScanNeighbors
Method · 0.45
TestRead
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRead
Method · 0.36