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

Method NextDirection

library/cpp/containers/comptrie/opaque_trie_iterator.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 inline bool TFork::NextDirection() {
194 do {
195 ++CurrentDirection;
196 } while (CurrentDirection < D_MAX && !HasDirection(CurrentDirection));
197 return CurrentDirection < D_MAX;
198 }
199
200 inline bool TFork::PrevDirection() {
201 if (CurrentDirection == TDirection(0)) {

Callers 1

ForwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected