Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetBitCapacity
Method
GetBitCapacity
util/generic/bitmap.h:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
Y_FORCE_INLINE static constexpr size_t GetBitCapacity() noexcept {
184
return BitCount;
185
}
186
187
Y_FORCE_INLINE static constexpr size_t GetChunkCapacity() noexcept {
188
return Size;
Callers
2
TBitMapOps
Class · 0.45
Size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected