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

Function CutHttpPrefix

library/cpp/string_utils/url/url.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126TStringBuf CutHttpPrefix(const TStringBuf url Y_LIFETIME_BOUND, bool ignorehttps) noexcept {
127 return CutHttpPrefixImpl(url, ignorehttps);
128}
129
130TWtringBuf CutHttpPrefix(const TWtringBuf url Y_LIFETIME_BOUND, bool ignorehttps) noexcept {
131 return CutHttpPrefixImpl(url, ignorehttps);

Callers 2

CutHttpWwwPrefixesFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 1

CutHttpPrefixImplFunction · 0.85

Tested by

no test coverage detected