MCPcopy Index your code
hub / github.com/RustPython/RustPython / next_peek_from

Method next_peek_from

crates/sre_engine/src/engine.rs:1171–1173  ·  view source on GitHub ↗
(&mut self, peek: usize, req: &Request<'_, S>, jump: Jump)

Source from the content-addressed store, hash-verified

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 {

Callers 1

_matchFunction · 0.80

Calls 2

next_offsetMethod · 0.80
peek_codeMethod · 0.80

Tested by

no test coverage detected