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

Method is_group_open

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

Source from the content-addressed store, hash-verified

9552
9553template <url_pattern_regex::regex_concept regex_provider>
9554constexpr bool constructor_string_parser<regex_provider>::is_group_open()
9555 const {
9556 // If parser's token list[parser's token index]'s type is "open", then return
9557 // true.
9558 return token_list[token_index].type == token_type::OPEN;
9559}
9560
9561template <url_pattern_regex::regex_concept regex_provider>
9562constexpr bool constructor_string_parser<regex_provider>::is_group_close()

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected