MCPcopy Create free account
hub / github.com/catboost/catboost / Count

Method Count

library/cpp/archive/yarchive.cpp:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370TArchiveReader::~TArchiveReader() {}
371
372size_t TArchiveReader::Count() const noexcept {
373 return Impl_->Count();
374}
375
376TString TArchiveReader::KeyByIndex(size_t n) const {
377 return Impl_->KeyByIndex(n);

Callers 12

UnpackArchiveFunction · 0.45
ListArchiveFunction · 0.45
ListArchiveMd5Function · 0.45
Y_UNIT_TESTFunction · 0.45
DoReadVectorFunction · 0.45
DoWriteVectorFunction · 0.45
Y_UNIT_TESTFunction · 0.45
FlushOutputBuffersMethod · 0.45
WriteSomeFunction · 0.45
TestReadMethod · 0.45
TestOffsetOrderMethod · 0.45
TestReadMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestReadMethod · 0.36
TestOffsetOrderMethod · 0.36
TestReadMethod · 0.36