MCPcopy Create free account
hub / github.com/catboost/catboost / empty

Method empty

library/cpp/token/token_structure.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 return MAX_SUBTOKENS;
174 }
175 bool empty() const {
176 return Tokens.empty();
177 }
178 void clear() {
179 Tokens.clear();
180 }

Callers 15

ApplyImplFunction · 0.45
GetTokenMethod · 0.45
GetCountMethod · 0.45
GetTopTokensMethod · 0.45
SaveMethod · 0.45
GetBucketIndexFunction · 0.45
CalcMostFrequentUnitsMethod · 0.45
EmptyMethod · 0.45
GetTokenMethod · 0.45

Calls

no outgoing calls

Tested by 2

GetTestParamMethod · 0.36
TPortManagerImplMethod · 0.36