MCPcopy 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
117impl Command for New {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected