Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ capacity
Method
capacity
library/cpp/token/token_structure.h:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
Tokens.resize(Min(newsize, MAX_SUBTOKENS));
171
}
172
size_t capacity() const {
173
return MAX_SUBTOKENS;
174
}
175
bool empty() const {
176
return Tokens.empty();
177
}
Callers
8
Capacity
Method · 0.45
NewPacketBuffer
Method · 0.45
PushBack
Method · 0.45
PushBackToContRegion
Method · 0.45
rty_formater.cpp
File · 0.45
ChunkedContentParser
Method · 0.45
operator()
Method · 0.45
AppendBatch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected