Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
private:
186
TVector<TCharSpan> Tokens;
Callers
4
FilterNumbers
Function · 0.45
with_lock
Function · 0.45
MakeMultitokenEntry
Method · 0.45
SwapSubtokens
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected