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

Method Tail

util/generic/strbuf.h:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 }
502
503 Y_PURE_FUNCTION inline TdSelf Tail(size_t pos) const noexcept {
504 return SubStr(pos);
505 }
506
507 Y_PURE_FUNCTION inline TdSelf Last(size_t len) const noexcept {
508 return TdSelf(*this).RSeek(len);

Callers 7

ParseNextMethod · 0.80
GetCurrentSuffixMethod · 0.80
CutSchemePrefixFunction · 0.80
GetSchemeHostFunction · 0.80
GetSchemeHostAndPortFunction · 0.80
TryGetSchemeHostAndPortFunction · 0.80
CutWWWNumberedPrefixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected