| 8990 | } |
| 8991 | template <url_pattern_regex::regex_concept regex_provider> |
| 8992 | std::string_view url_pattern<regex_provider>::get_username() const |
| 8993 | ada_lifetime_bound { |
| 8994 | // Return this's associated URL pattern's username component's pattern string. |
| 8995 | return username_component.pattern; |
| 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 { |
no outgoing calls
no test coverage detected