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

Method is_protocol_suffix

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

Source from the content-addressed store, hash-verified

9584
9585template <url_pattern_regex::regex_concept regex_provider>
9586constexpr bool constructor_string_parser<regex_provider>::is_protocol_suffix()
9587 const {
9588 // Return the result of running is a non-special pattern char given parser,
9589 // parser's token index, and ":".
9590 return is_non_special_pattern_char(token_index, ':');
9591}
9592
9593template <url_pattern_regex::regex_concept regex_provider>
9594void constructor_string_parser<regex_provider>::change_state(State new_state,

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected