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

Method Next

util/string/split.h:983–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981 }
982
983 inline TIteratorState* Next() {
984 TIteratorState* ret = Base::Next();
985 if (!ret || Stopper_.Stop(ret)) {
986 return nullptr;
987 }
988 return ret;
989 }
990
991 Stopper Stopper_;
992 };

Callers 1

TSplitRangeClass · 0.45

Calls 2

NextFunction · 0.50
StopMethod · 0.45

Tested by

no test coverage detected