(&mut self, peek: usize, req: &Request<'_, S>, jump: Jump)
| 1169 | |
| 1170 | #[must_use] |
| 1171 | fn next_peek_from<S>(&mut self, peek: usize, req: &Request<'_, S>, jump: Jump) -> Self { |
| 1172 | self.next_offset(self.peek_code(req, peek) as usize + 1, jump) |
| 1173 | } |
| 1174 | |
| 1175 | #[must_use] |
| 1176 | const fn next_offset(&mut self, offset: usize, jump: Jump) -> Self { |
no test coverage detected