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

Method TotalSize

library/cpp/cache/cache.h:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 }
533
534 [[nodiscard]] size_t TotalSize() const {
535 return List.GetTotalSize();
536 }
537
538 TIterator Begin() const {
539 return TIterator(Index.begin());

Callers 3

Y_UNIT_TESTFunction · 0.45
GetLogHistoryMethod · 0.45
OutputLogTailToCoutMethod · 0.45

Calls 1

GetTotalSizeMethod · 0.45

Tested by

no test coverage detected