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

Method capture_locations

regex/src/re_bytes.rs:675–677  ·  view source on GitHub ↗

Returns an empty set of capture locations that can be reused in multiple calls to `captures_read` or `captures_read_at`.

(&self)

Source from the content-addressed store, hash-verified

673 /// Returns an empty set of capture locations that can be reused in
674 /// multiple calls to `captures_read` or `captures_read_at`.
675 pub fn capture_locations(&self) -> CaptureLocations {
676 CaptureLocations(self.0.searcher().locations())
677 }
678
679 /// An alias for `capture_locations` to preserve backward compatibility.
680 ///

Callers 1

capturesMethod · 0.45

Calls 3

searcherMethod · 0.80
CaptureLocationsClass · 0.70
locationsMethod · 0.45

Tested by

no test coverage detected