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

Method GetTotalSize

library/cpp/cache/cache.h:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 }
423
424 [[nodiscard]] size_t GetTotalSize() const {
425 return Size;
426 }
427
428 size_t GetMaxSize() const {
429 return MaxSize;

Callers 3

TotalSizeMethod · 0.45
TotalSizeMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected