MCPcopy 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

LongestPrefixMethod · 0.45
UpperBoundMethod · 0.45
TestClearMethod · 0.45
BackwardMethod · 0.45
WriteTrieBackwardsFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

TestClearMethod · 0.36