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

Method Length

util/stream/tokenizer.h:69–73  ·  view source on GitHub ↗

* @return Length of current token. */

Source from the content-addressed store, hash-verified

67 * @return Length of current token.
68 */
69 inline size_t Length() const noexcept {
70 Y_ASSERT(!AtEnd_);
71
72 return Len_;
73 }
74
75 inline TIterator* operator->() noexcept {
76 return this;

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected