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

Method LastDirection

library/cpp/containers/comptrie/opaque_trie_iterator.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 void TFork::LastDirection() {
211 CurrentDirection = D_MAX;
212 PrevDirection();
213 }
214
215 bool TFork::SetDirection(TDirection direction) {
216 if (!HasDirection(direction)) {

Callers 1

BackwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected