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

Method clear

library/cpp/token/token_structure.h:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 return Tokens.empty();
177 }
178 void clear() {
179 Tokens.clear();
180 }
181 void swap(TTokenStructure& other) {
182 Tokens.swap(other.Tokens);
183 }

Callers 15

ApplyImplFunction · 0.45
ApplyImplMethod · 0.45
ApplyImplMethod · 0.45
ClearStatsDataMethod · 0.45
GetIdToTokenMappingFunction · 0.45
LoadMethod · 0.45
ApplyImplMethod · 0.45
CalcMostFrequentUnitsMethod · 0.45
GetLetterIndicesFunction · 0.45
GetTokensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected