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

Method Text

library/cpp/token/token_structure.h:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 const TWtringBuf Text() const {
226 return TWtringBuf(Token, Leng);
227 }
228
229 TWideToken Extract(size_t begin, size_t end) const {
230 TWideToken ret;

Callers 2

SerializeToXmlMethod · 0.45
OnTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected