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

Method run

atomic-cli/src/commands/vault/goal.rs:138–146  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

136
137impl Command for Goal {
138 fn run(&self) -> CliResult<()> {
139 match &self.command {
140 GoalCommands::Start(cmd) => cmd.run(),
141 GoalCommands::Stop(cmd) => cmd.run(),
142 GoalCommands::Resume(cmd) => cmd.run(),
143 GoalCommands::List(cmd) => cmd.run(),
144 GoalCommands::Show(cmd) => cmd.run(),
145 }
146 }
147}
148
149// goal start

Callers

nothing calls this directly

Calls 10

find_repository_rootFunction · 0.85
vault_goal_startMethod · 0.80
vault_goal_listMethod · 0.80
vault_goal_stopMethod · 0.80
vault_goal_resumeMethod · 0.80
vault_goal_showMethod · 0.80
cloneMethod · 0.45
as_strMethod · 0.45
is_emptyMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected