Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetSchemePrefix
Function · 0.45
GetSchemeHost
Function · 0.45
GetSchemeHostAndPort
Function · 0.45
TryGetSchemeHostAndPort
Function · 0.45
UpdateCurrent
Method · 0.45
TestRawRead
Method · 0.45
TestRawPread
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestRawRead
Method · 0.36
TestRawPread
Method · 0.36