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

Method Empty

library/cpp/containers/comptrie/opaque_trie_iterator.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool Empty() const {
78 return Forks.empty();
79 }
80
81 void Clear() {
82 Forks.clear();

Callers 3

ForwardMethod · 0.45
BackwardMethod · 0.45
GetValuePtrMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected