(&mut self)
| 40 | // Ref: https://wicg.github.io/urlpattern/#rewind |
| 41 | #[inline] |
| 42 | fn rewind(&mut self) { |
| 43 | self.token_index = self.component_start; |
| 44 | self.token_increment = 0; |
| 45 | } |
| 46 | |
| 47 | // Ref: https://wicg.github.io/urlpattern/#is-a-hash-prefix |
| 48 | #[inline] |
no outgoing calls
no test coverage detected