Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ parse_usage
Method
parse_usage
atomic-cli/src/commands/identity/new.rs:112–114 ·
view source on GitHub ↗
Parse the usage context from the string argument.
(&self)
Source
from the content-addressed store, hash-verified
110
111
/// Parse the usage context from the string argument.
112
fn parse_usage(&self) -> IdentityUsage {
113
IdentityUsage::parse(&self.usage)
114
}
115
}
116
117
impl Command for New {
Callers
1
run
Method · 0.80
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected