| 12645 | } |
| 12646 | |
| 12647 | [[nodiscard]] std::string url::get_hostname() const noexcept { |
| 12648 | return host.value_or(""); |
| 12649 | } |
| 12650 | |
| 12651 | [[nodiscard]] std::string url::get_search() const noexcept { |
| 12652 | // If this's URL's query is either null or the empty string, then return the |
no outgoing calls
no test coverage detected