MCPcopy Create free account
hub / github.com/NativeScript/android / get_username

Method get_username

test-app/runtime/src/main/cpp/ada/ada.h:8992–8996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8990}
8991template <url_pattern_regex::regex_concept regex_provider>
8992std::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}
8997template <url_pattern_regex::regex_concept regex_provider>
8998std::string_view url_pattern<regex_provider>::get_password() const
8999 ada_lifetime_bound {

Callers 4

GetUserNameMethod · 0.60
GetUserNameMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected