MCPcopy 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
376TString TArchiveReader::KeyByIndex(size_t n) const {
377 return Impl_->KeyByIndex(n);
378}
379
380bool TArchiveReader::Has(const TStringBuf key) const {
381 return Impl_->Has(key);

Callers 5

UnpackArchiveFunction · 0.45
ListArchiveFunction · 0.45
ListArchiveMd5Function · 0.45
TestOffsetOrderMethod · 0.45
TestReadMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestOffsetOrderMethod · 0.36
TestReadMethod · 0.36