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

Method read_captures_at

regex/src/re_bytes.rs:646–653  ·  view source on GitHub ↗
(
        &self,
        locs: &mut CaptureLocations,
        text: &'t [u8],
        start: usize,
    )

Source from the content-addressed store, hash-verified

644 /// alias.
645 #[doc(hidden)]
646 pub fn read_captures_at<'t>(
647 &self,
648 locs: &mut CaptureLocations,
649 text: &'t [u8],
650 start: usize,
651 ) -> Option<Match<'t>> {
652 self.captures_read_at(locs, text, start)
653 }
654}
655
656/// Auxiliary methods.

Callers

nothing calls this directly

Calls 1

captures_read_atMethod · 0.45

Tested by

no test coverage detected