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

Method get_hostname

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

Source from the content-addressed store, hash-verified

9002}
9003template <url_pattern_regex::regex_concept regex_provider>
9004std::string_view url_pattern<regex_provider>::get_hostname() const
9005 ada_lifetime_bound {
9006 // Return this's associated URL pattern's hostname component's pattern string.
9007 return hostname_component.pattern;
9008}
9009template <url_pattern_regex::regex_concept regex_provider>
9010std::string_view url_pattern<regex_provider>::get_port() const
9011 ada_lifetime_bound {

Callers 4

GetHostNameMethod · 0.60
GetHostNameMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected