(&self, req: &Request<'a, S>)
| 1061 | |
| 1062 | impl MatchContext { |
| 1063 | fn pattern<'a, S>(&self, req: &Request<'a, S>) -> &'a [u32] { |
| 1064 | &req.pattern_codes[self.code_position..] |
| 1065 | } |
| 1066 | |
| 1067 | const fn remaining_codes<S>(&self, req: &Request<'_, S>) -> usize { |
| 1068 | req.pattern_codes.len() - self.code_position |
no outgoing calls
no test coverage detected