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

Method prefix_at

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

Source from the content-addressed store, hash-verified

123 }
124
125 fn prefix_at(
126 &self,
127 prefixes: &LiteralSearcher,
128 at: InputAt,
129 ) -> Option<InputAt> {
130 (**self).prefix_at(prefixes, at)
131 }
132
133 fn len(&self) -> usize { (**self).len() }
134

Callers

nothing calls this directly

Calls 4

mapMethod · 0.80
atMethod · 0.80
findMethod · 0.45
posMethod · 0.45

Tested by

no test coverage detected