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