| 9002 | } |
| 9003 | template <url_pattern_regex::regex_concept regex_provider> |
| 9004 | std::string_view url_pattern<regex_provider>::get_hostname() const |
| 9005 | ada_lifetime_bound { |
| 9006 | // Return this's associated URL pattern's hostname component's pattern string. |
| 9007 | return hostname_component.pattern; |
| 9008 | } |
| 9009 | template <url_pattern_regex::regex_concept regex_provider> |
| 9010 | std::string_view url_pattern<regex_provider>::get_port() const |
| 9011 | ada_lifetime_bound { |
no outgoing calls
no test coverage detected