MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / resolve_invoked

Function resolve_invoked

atomic-cli/src/agent_error.rs:168–172  ·  view source on GitHub ↗
(root: &clap::Command, argv: &[OsString])

Source from the content-addressed store, hash-verified

166}
167
168pub fn resolve_invoked(root: &clap::Command, argv: &[OsString]) -> (String, String) {
169 let (key, _) = walk_invoked(root, argv);
170 let display = display_path(root, &key);
171 (key, display)
172}
173
174fn command_scope_start(root: &clap::Command, key: &str, argv: &[OsString]) -> usize {
175 let (resolved, start) = walk_invoked(root, argv);

Callers 1

renderFunction · 0.85

Calls 2

walk_invokedFunction · 0.85
display_pathFunction · 0.70

Tested by

no test coverage detected