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

Method is_group_close

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

Source from the content-addressed store, hash-verified

9560
9561template <url_pattern_regex::regex_concept regex_provider>
9562constexpr bool constructor_string_parser<regex_provider>::is_group_close()
9563 const {
9564 // If parser's token list[parser's token index]'s type is "close", then return
9565 // true.
9566 return token_list[token_index].type == token_type::CLOSE;
9567}
9568
9569template <url_pattern_regex::regex_concept regex_provider>
9570constexpr bool

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected