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

Method read_captures_at

regex/src/re_unicode.rs:703–710  ·  view source on GitHub ↗
(
        &self,
        locs: &mut CaptureLocations,
        text: &'t str,
        start: usize,
    )

Source from the content-addressed store, hash-verified

701 /// alias.
702 #[doc(hidden)]
703 pub fn read_captures_at<'t>(
704 &self,
705 locs: &mut CaptureLocations,
706 text: &'t str,
707 start: usize,
708 ) -> Option<Match<'t>> {
709 self.captures_read_at(locs, text, start)
710 }
711}
712
713/// Auxiliary methods.

Callers

nothing calls this directly

Calls 1

captures_read_atMethod · 0.45

Tested by

no test coverage detected