Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Len
Method
Len
util/stream/buffered.cpp:340–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
size_t Len() const noexcept override {
341
return B_.Capacity();
342
}
343
344
TBuffer B_;
345
ui64 N_;
Callers
nothing calls this directly
Calls
1
Capacity
Method · 0.45
Tested by
no test coverage detected