Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
impl 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_anchors
Function · 0.80
cmd_captures
Function · 0.80
Calls
1
parse
Function · 0.70
Tested by
no test coverage detected