MCPcopy Create free account
hub / github.com/davidblewett/rure-python / next_pos

Method next_pos

regex/src/input.rs:73–75  ·  view source on GitHub ↗

Returns the byte offset of the next position in the input.

(&self)

Source from the content-addressed store, hash-verified

71
72 /// Returns the byte offset of the next position in the input.
73 pub fn next_pos(&self) -> usize {
74 self.pos + self.len
75 }
76}
77
78/// An abstraction over input used in the matching engines.

Callers 3

exec_Method · 0.80
stepMethod · 0.80
exec_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected