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

Method is_identity_terminator

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

Source from the content-addressed store, hash-verified

98 // Ref: https://wicg.github.io/urlpattern/#is-an-identity-terminator
99 #[inline]
100 fn is_identity_terminator(&self) -> bool {
101 self.is_non_special_pattern_char(self.token_index, "@")
102 }
103
104 // Ref: https://wicg.github.io/urlpattern/#is-a-non-special-pattern-char
105 fn is_non_special_pattern_char(&self, index: usize, value: &str) -> bool {

Callers 1

parse_constructor_stringFunction · 0.80

Calls 1

Tested by

no test coverage detected