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

Method get_password

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

Source from the content-addressed store, hash-verified

8996}
8997template <url_pattern_regex::regex_concept regex_provider>
8998std::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}
9003template <url_pattern_regex::regex_concept regex_provider>
9004std::string_view url_pattern<regex_provider>::get_hostname() const
9005 ada_lifetime_bound {

Callers 4

GetPasswordMethod · 0.60
GetPasswordMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected