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

Method Finished

library/cpp/token/token_iterator.h:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return Tokens;
121 }
122 bool Finished() const {
123 return First > Last;
124 }
125 //! the first subtoken of multitoken has position equal to 0
126 //! @note only word tokens can have suffixes
127 void GetMultitoken(TWideToken& tok) const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected