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

Method TotalSize

library/cpp/cache/cache.h:733–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 }
732
733 size_t TotalSize() const {
734 return TBase::List.GetTotalSize();
735 }
736};
737
738template <typename TKey, typename TValue, typename TDeleter = TNoopDelete, typename TAllocator = std::allocator<TKey>, class TSizeProvider = TUniformSizeProvider<TValue>>

Callers

nothing calls this directly

Calls 1

GetTotalSizeMethod · 0.45

Tested by

no test coverage detected