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

Method is_pathname_start

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

Source from the content-addressed store, hash-verified

92 // Ref: https://wicg.github.io/urlpattern/#is-a-pathname-start
93 #[inline]
94 fn is_pathname_start(&self) -> bool {
95 self.is_non_special_pattern_char(self.token_index, "/")
96 }
97
98 // Ref: https://wicg.github.io/urlpattern/#is-an-identity-terminator
99 #[inline]

Callers 1

parse_constructor_stringFunction · 0.80

Calls 1

Tested by

no test coverage detected