| 6630 | } |
| 6631 | |
| 6632 | [[nodiscard]] constexpr std::string_view url::get_pathname() const noexcept { |
| 6633 | return path; |
| 6634 | } |
| 6635 | |
| 6636 | [[nodiscard]] ada_really_inline ada::url_components url::get_components() |
| 6637 | const noexcept { |
no test coverage detected