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

Method at

regex/src/input.rs:115–115  ·  view source on GitHub ↗
(&self, i: usize)

Source from the content-addressed store, hash-verified

113
114impl<'a, T: Input> Input for &'a T {
115 fn at(&self, i: usize) -> InputAt { (**self).at(i) }
116
117 fn next_char(&self, at: InputAt) -> Char { (**self).next_char(at) }
118

Callers 6

prefix_atMethod · 0.80
execMethod · 0.80
exec_Method · 0.80
stepMethod · 0.80
execMethod · 0.80
exec_Method · 0.80

Calls 4

decode_utf8Function · 0.85
mapMethod · 0.80
len_utf8Method · 0.80
getMethod · 0.45

Tested by

no test coverage detected