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

Method capture_locations

regex/src/re_unicode.rs:732–734  ·  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

730 /// Returns an empty set of capture locations that can be reused in
731 /// multiple calls to `captures_read` or `captures_read_at`.
732 pub fn capture_locations(&self) -> CaptureLocations {
733 CaptureLocations(self.0.searcher_str().locations())
734 }
735
736 /// An alias for `capture_locations` to preserve backward compatibility.
737 ///

Callers 1

capturesMethod · 0.45

Calls 3

searcher_strMethod · 0.80
CaptureLocationsClass · 0.70
locationsMethod · 0.45

Tested by

no test coverage detected