MCPcopy 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_literalsFunction · 0.80
cmd_compileFunction · 0.80

Calls 3

mapMethod · 0.80
parseFunction · 0.70
iterMethod · 0.45

Tested by

no test coverage detected