Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
TArchiveReader::~TArchiveReader() {}
371
372
size_t TArchiveReader::Count() const noexcept {
373
return Impl_->Count();
374
}
375
376
TString TArchiveReader::KeyByIndex(size_t n) const {
377
return Impl_->KeyByIndex(n);
Callers
12
UnpackArchive
Function · 0.45
ListArchive
Function · 0.45
ListArchiveMd5
Function · 0.45
Y_UNIT_TEST
Function · 0.45
DoReadVector
Function · 0.45
DoWriteVector
Function · 0.45
Y_UNIT_TEST
Function · 0.45
FlushOutputBuffers
Method · 0.45
WriteSome
Function · 0.45
TestRead
Method · 0.45
TestOffsetOrder
Method · 0.45
TestRead
Method · 0.45
Calls
no outgoing calls
Tested by
3
TestRead
Method · 0.36
TestOffsetOrder
Method · 0.36
TestRead
Method · 0.36