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

Method previous_char

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

Source from the content-addressed store, hash-verified

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
121 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool {
122 (**self).is_empty_match(at, empty)

Callers 1

is_empty_matchMethod · 0.80

Calls 3

decode_last_utf8Function · 0.85
mapMethod · 0.80
posMethod · 0.45

Tested by

no test coverage detected