MCPcopy Create free account
hub / github.com/denoland/rust-urlpattern / is_group_close

Method is_group_close

src/constructor_parser.rs:252–254  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

250 // Ref: https://wicg.github.io/urlpattern/#is-a-group-close
251 #[inline]
252 fn is_group_close(&self) -> bool {
253 self.token_list[self.token_index].kind == TokenType::Close
254 }
255
256 // Ref: https://wicg.github.io/urlpattern/#compute-protocol-matches-a-special-scheme-flag
257 fn compute_protocol_matches_special_scheme<R: RegExp>(

Callers 1

parse_constructor_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected