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

Method next_char

regex/src/input.rs:117–117  ·  view source on GitHub ↗
(&self, at: InputAt)

Source from the content-addressed store, hash-verified

115 fn at(&self, i: usize) -> InputAt { (**self).at(i) }
116
117 fn next_char(&self, at: InputAt) -> Char { (**self).next_char(at) }
118
119 fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) }
120

Callers 1

is_empty_matchMethod · 0.80

Calls 4

decode_utf8Function · 0.85
mapMethod · 0.80
charMethod · 0.45
posMethod · 0.45

Tested by

no test coverage detected