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

Method parse_one

regex/regex-debug/src/main.rs:243–245  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

241
242impl Args {
243 fn parse_one(&self) -> Result<Hir> {
244 parse(&self.arg_pattern)
245 }
246
247 fn parse_many(&self) -> Result<Vec<Hir>> {
248 self.arg_patterns.iter().map(|s| parse(s)).collect()

Callers 2

cmd_anchorsFunction · 0.80
cmd_capturesFunction · 0.80

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected