Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Clear
Method
Clear
library/cpp/containers/comptrie/opaque_trie_iterator.h:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void Clear() {
82
Forks.clear();
83
Key.clear();
84
}
85
86
bool operator==(const TForkStack& other) const {
87
return Forks == other.Forks;
Callers
5
LongestPrefix
Method · 0.45
UpperBound
Method · 0.45
TestClear
Method · 0.45
Backward
Method · 0.45
WriteTrieBackwards
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
TestClear
Method · 0.36