Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Stored
Method
Stored
util/stream/buffered.cpp:272–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
inline size_t Stored() const noexcept {
273
return Len() - MemOut_.Avail();
274
}
275
276
inline size_t DownToBufferGranularity(size_t l) const noexcept {
277
return l - (l % Len());
Callers
nothing calls this directly
Calls
1
Avail
Method · 0.45
Tested by
no test coverage detected