Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1125
impl<
'c> ExecNoSyncStr<'
c> {
Callers
4
captures
Method · 0.80
next
Method · 0.80
captures
Method · 0.80
next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected