Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Capacity
Method
Capacity
util/generic/buffer.h:175–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
inline size_t Capacity() const noexcept {
176
return Len_;
177
}
178
179
inline void AlignUp(size_t align, char fillChar =
'\0'
) {
180
size_t diff = ::AlignUp(Pos_, align) - Pos_;
Callers
9
Y_UNIT_TEST
Function · 0.45
ReadStream
Method · 0.45
WriteStream
Method · 0.45
Communicate
Method · 0.45
OnBufferExhausted
Method · 0.45
Len
Method · 0.45
DoNext
Method · 0.45
Next
Method · 0.45
BufEnd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected