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

Function GetHost

library/cpp/string_utils/url/url.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187TStringBuf GetHost(const TStringBuf url Y_LIFETIME_BOUND) noexcept {
188 return GetHostAndPortImpl<false>(url);
189}
190
191TStringBuf GetHostAndPort(const TStringBuf url Y_LIFETIME_BOUND) noexcept {
192 return GetHostAndPortImpl<true>(url);

Callers 3

GetSchemeHostFunction · 0.85
GetOnlyHostFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected