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

Method is_empty_match

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

Source from the content-addressed store, hash-verified

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)
123 }
124
125 fn prefix_at(
126 &self,

Callers 2

stepMethod · 0.80
add_stepMethod · 0.80

Calls 9

previous_charMethod · 0.80
next_charMethod · 0.80
is_word_charMethod · 0.80
is_word_byteMethod · 0.80
is_noneMethod · 0.80
is_startMethod · 0.80
is_endMethod · 0.80
posMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected