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

Method capture_name_idx

regex/src/exec.rs:1120–1122  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1118 }
1119
1120 pub fn capture_name_idx(&self) -> &Arc<HashMap<String, usize>> {
1121 &self.ro.nfa.capture_name_idx
1122 }
1123}
1124
1125impl<'c> ExecNoSyncStr<'c> {

Callers 4

capturesMethod · 0.80
nextMethod · 0.80
capturesMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected