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

Method Next

util/generic/iterator_ut.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 NStlIterator::TProxy<TStringBuf> Next() {
47 return Url_.NextTok('/');
48 }
49
50 private:
51 TStringBuf Url_;

Callers 2

TIteratorClass · 0.45
TIteratorMethod · 0.45

Calls 1

NextTokMethod · 0.45

Tested by

no test coverage detected