| 8984 | |
| 8985 | template <url_pattern_regex::regex_concept regex_provider> |
| 8986 | std::string_view url_pattern<regex_provider>::get_protocol() const |
| 8987 | ada_lifetime_bound { |
| 8988 | // Return this's associated URL pattern's protocol component's pattern string. |
| 8989 | return protocol_component.pattern; |
| 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 { |
no outgoing calls
no test coverage detected