| 158 | } |
| 159 | |
| 160 | TStringBuf CutSchemePrefix(const TStringBuf url Y_LIFETIME_BOUND) noexcept { |
| 161 | return url.Tail(GetSchemePrefixSize(url)); |
| 162 | } |
| 163 | |
| 164 | template <bool KeepPort> |
| 165 | static inline TStringBuf GetHostAndPortImpl(const TStringBuf url) { |
no test coverage detected