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

Method get_port

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

Source from the content-addressed store, hash-verified

9008}
9009template <url_pattern_regex::regex_concept regex_provider>
9010std::string_view url_pattern<regex_provider>::get_port() const
9011 ada_lifetime_bound {
9012 // Return this's associated URL pattern's port component's pattern string.
9013 return port_component.pattern;
9014}
9015template <url_pattern_regex::regex_concept regex_provider>
9016std::string_view url_pattern<regex_provider>::get_pathname() const
9017 ada_lifetime_bound {

Callers 4

GetPortMethod · 0.60
GetPortMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected