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