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

Method Head

util/generic/strbuf.h:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498
499 Y_PURE_FUNCTION inline TdSelf Head(size_t pos) const noexcept {
500 return TdSelf(*this).Trunc(pos);
501 }
502
503 Y_PURE_FUNCTION inline TdSelf Tail(size_t pos) const noexcept {
504 return SubStr(pos);

Callers 7

GetSchemePrefixFunction · 0.45
GetSchemeHostFunction · 0.45
GetSchemeHostAndPortFunction · 0.45
TryGetSchemeHostAndPortFunction · 0.45
UpdateCurrentMethod · 0.45
TestRawReadMethod · 0.45
TestRawPreadMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestRawReadMethod · 0.36
TestRawPreadMethod · 0.36