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

Method is_group_open

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

Source from the content-addressed store, hash-verified

244 // Ref: https://wicg.github.io/urlpattern/#is-a-group-open
245 #[inline]
246 fn is_group_open(&self) -> bool {
247 self.token_list[self.token_index].kind == TokenType::Open
248 }
249
250 // Ref: https://wicg.github.io/urlpattern/#is-a-group-close
251 #[inline]

Callers 1

parse_constructor_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected