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

Method SubStr

util/generic/strbuf.h:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 Y_PURE_FUNCTION inline TdSelf SubStr(size_t beg) const noexcept {
492 return TdSelf(*this).Skip(beg);
493 }
494
495 Y_PURE_FUNCTION inline TdSelf SubStr(size_t beg, size_t len) const noexcept {
496 return SubStr(beg).Trunc(len);

Callers 4

CompressPathFunction · 0.45
mainFunction · 0.45
Y_UNIT_TESTFunction · 0.45
DoParseFirstPartMethod · 0.45

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected