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

Method GetSize

library/cpp/cache/cache.h:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 [[nodiscard]] size_t GetSize() const {
421 return Size;
422 }
423
424 [[nodiscard]] size_t GetTotalSize() const {
425 return Size;

Callers 7

PickOutMethod · 0.45
InsertImplMethod · 0.45
UpdateImplMethod · 0.45
EraseMethod · 0.45
ClearMethod · 0.45
SetMaxSizeMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected