Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ KeyByIndex
Method
KeyByIndex
library/cpp/archive/yarchive.cpp:376–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
TString TArchiveReader::KeyByIndex(size_t n) const {
377
return Impl_->KeyByIndex(n);
378
}
379
380
bool TArchiveReader::Has(const TStringBuf key) const {
381
return Impl_->Has(key);
Callers
5
UnpackArchive
Function · 0.45
ListArchive
Function · 0.45
ListArchiveMd5
Function · 0.45
TestOffsetOrder
Method · 0.45
TestRead
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestOffsetOrder
Method · 0.36
TestRead
Method · 0.36