| 185 | } |
| 186 | |
| 187 | TStringBuf GetHost(const TStringBuf url Y_LIFETIME_BOUND) noexcept { |
| 188 | return GetHostAndPortImpl<false>(url); |
| 189 | } |
| 190 | |
| 191 | TStringBuf GetHostAndPort(const TStringBuf url Y_LIFETIME_BOUND) noexcept { |
| 192 | return GetHostAndPortImpl<true>(url); |
no outgoing calls
no test coverage detected