MCPcopy 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

CapacityMethod · 0.45
NewPacketBufferMethod · 0.45
PushBackMethod · 0.45
PushBackToContRegionMethod · 0.45
rty_formater.cppFile · 0.45
ChunkedContentParserMethod · 0.45
operator()Method · 0.45
AppendBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected