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

Method run

atomic-cli/src/commands/vault/intent.rs:178–187  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176
177impl Command for Intent {
178 fn run(&self) -> CliResult<()> {
179 match &self.command {
180 IntentCommands::Create(cmd) => cmd.run(),
181 IntentCommands::List(cmd) => cmd.run(),
182 IntentCommands::Show(cmd) => cmd.run(),
183 IntentCommands::Update(cmd) => cmd.run(),
184 IntentCommands::Delete(cmd) => cmd.run(),
185 IntentCommands::Link(cmd) => cmd.run(),
186 }
187 }
188}
189
190// Create Subcommand

Callers

nothing calls this directly

Calls 15

find_repository_rootFunction · 0.85
resolve_active_sessionFunction · 0.85
vault_intent_createMethod · 0.80
vault_intent_listMethod · 0.80
vault_intent_showMethod · 0.80
resolve_bodyMethod · 0.80
is_noneMethod · 0.80
vault_intent_updateMethod · 0.80
with_promptMethod · 0.80
vault_intent_deleteMethod · 0.80
vault_intent_linkMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected