Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TotalSize
Method · 0.45
TotalSize
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected