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

Method Next

util/string/split.h:935–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933 }
934
935 inline TIteratorState* Next() {
936 TIteratorState* ret;
937
938 do {
939 ret = Base::Next();
940 } while (ret && !Filter_.Accept(ret));
941
942 return ret;
943 }
944
945 Filter Filter_;
946 };

Callers

nothing calls this directly

Calls 2

NextFunction · 0.50
AcceptMethod · 0.45

Tested by

no test coverage detected