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

Method find_at

regex/src/exec.rs:388–390  ·  view source on GitHub ↗

reduces constant overhead

(&self, text: &str, start: usize)

Source from the content-addressed store, hash-verified

386
387 #[inline(always)] // reduces constant overhead
388 fn find_at(&self, text: &str, start: usize) -> Option<(usize, usize)> {
389 self.0.find_at(text.as_bytes(), start)
390 }
391
392 #[inline(always)] // reduces constant overhead
393 fn captures_read_at(

Callers 1

captures_read_atMethod · 0.45

Calls 7

is_anchor_end_matchMethod · 0.80
find_literalsMethod · 0.80
find_dfa_forwardMethod · 0.80
find_nfaMethod · 0.80
as_bytesMethod · 0.45

Tested by

no test coverage detected