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

Method locations

regex/src/re_trait.rs:108–110  ·  view source on GitHub ↗

Allocates fresh space for all capturing groups in this regex.

(&self)

Source from the content-addressed store, hash-verified

106
107 /// Allocates fresh space for all capturing groups in this regex.
108 fn locations(&self) -> Locations {
109 Locations(vec![None; self.slots_len()])
110 }
111
112 /// Returns the position of the next character after `i`.
113 ///

Callers 1

nextMethod · 0.45

Implementers 1

exec.rsregex/src/exec.rs

Calls 1

LocationsClass · 0.85

Tested by

no test coverage detected