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

Function GetHostAndPort

library/cpp/string_utils/url/url.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191TStringBuf GetHostAndPort(const TStringBuf url Y_LIFETIME_BOUND) noexcept {
192 return GetHostAndPortImpl<true>(url);
193}
194
195TStringBuf GetSchemeHost(const TStringBuf url Y_LIFETIME_BOUND, bool trimHttp) noexcept {
196 const size_t schemeSize = GetSchemePrefixSize(url);

Callers 8

GetSchemeHostAndPortFunction · 0.85
TryGetSchemeHostAndPortFunction · 0.85
Y_UNIT_TESTFunction · 0.85
PingerThreadFunctionMethod · 0.85
SendResponseMethod · 0.85
RequestMethod · 0.85
CreateNehMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected