MCPcopy 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
380bool TArchiveReader::Has(const TStringBuf key) const {
381 return Impl_->Has(key);
382}
383
384TAutoPtr<IInputStream> TArchiveReader::ObjectByKey(const TStringBuf key) const {
385 return Impl_->ObjectByKey(key);

Callers 9

ParseOptionsFunction · 0.45
Y_UNIT_TESTFunction · 0.45
GetOptionFunction · 0.45
LoadMethod · 0.45
GetOptionFunction · 0.45
GetContainerOptionFunction · 0.45
FindApproximateNeighborsFunction · 0.45
ScanNeighborsMethod · 0.45
TestReadMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestReadMethod · 0.36