| 8996 | } |
| 8997 | template <url_pattern_regex::regex_concept regex_provider> |
| 8998 | std::string_view url_pattern<regex_provider>::get_password() const |
| 8999 | ada_lifetime_bound { |
| 9000 | // Return this's associated URL pattern's password component's pattern string. |
| 9001 | return password_component.pattern; |
| 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 { |
no outgoing calls
no test coverage detected