Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ parse_many
Method
parse_many
regex/regex-debug/src/main.rs:247–249 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
245
}
246
247
fn parse_many(&self) -> Result<Vec<Hir>> {
248
self.arg_patterns.iter().map(|s| parse(s)).collect()
249
}
250
251
fn literals<F: Fn(&mut Literals, &Hir) -> bool>(
252
&self,
Callers
2
cmd_literals
Function · 0.80
cmd_compile
Function · 0.80
Calls
3
map
Method · 0.80
parse
Function · 0.70
iter
Method · 0.45
Tested by
no test coverage detected