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

Method swap

library/cpp/token/token_structure.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 Tokens.clear();
180 }
181 void swap(TTokenStructure& other) {
182 Tokens.swap(other.Tokens);
183 }
184
185private:
186 TVector<TCharSpan> Tokens;

Callers 4

FilterNumbersFunction · 0.45
with_lockFunction · 0.45
MakeMultitokenEntryMethod · 0.45
SwapSubtokensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected