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

Method get_protocol

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

Source from the content-addressed store, hash-verified

8984
8985template <url_pattern_regex::regex_concept regex_provider>
8986std::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}
8991template <url_pattern_regex::regex_concept regex_provider>
8992std::string_view url_pattern<regex_provider>::get_username() const
8993 ada_lifetime_bound {

Callers 4

GetProtocolMethod · 0.60
GetProtocolMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected