| 124 | } |
| 125 | |
| 126 | TStringBuf CutHttpPrefix(const TStringBuf url Y_LIFETIME_BOUND, bool ignorehttps) noexcept { |
| 127 | return CutHttpPrefixImpl(url, ignorehttps); |
| 128 | } |
| 129 | |
| 130 | TWtringBuf CutHttpPrefix(const TWtringBuf url Y_LIFETIME_BOUND, bool ignorehttps) noexcept { |
| 131 | return CutHttpPrefixImpl(url, ignorehttps); |
no test coverage detected