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

Method is_hash_prefix

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

Source from the content-addressed store, hash-verified

9466
9467template <url_pattern_regex::regex_concept regex_provider>
9468constexpr bool constructor_string_parser<regex_provider>::is_hash_prefix() {
9469 // Return the result of running is a non-special pattern char given parser,
9470 // parser's token index and "#".
9471 return is_non_special_pattern_char(token_index, '#');
9472}
9473
9474template <url_pattern_regex::regex_concept regex_provider>
9475constexpr bool constructor_string_parser<regex_provider>::is_search_prefix() {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected