Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.45
GetLogHistory
Method · 0.45
OutputLogTailToCout
Method · 0.45
Calls
1
GetTotalSize
Method · 0.45
Tested by
no test coverage detected