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

Method TokenStart

util/string/split.h:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 }
701
702 TIterator TokenStart() const noexcept {
703 return this->begin();
704 }
705
706 TIterator TokenDelim() const noexcept {
707 return this->end();

Callers 1

StopMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected