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

Method run

atomic-cli/src/commands/agent/lifecycle.rs:217–224  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

215
216impl Command for Lifecycle {
217 fn run(&self) -> CliResult<()> {
218 match &self.command {
219 LifecycleCommands::Begin(cmd) => cmd.run(),
220 LifecycleCommands::Renew(cmd) => cmd.run(),
221 LifecycleCommands::End(cmd) => cmd.run(),
222 LifecycleCommands::Status(cmd) => cmd.run(),
223 }
224 }
225}
226
227impl Begin {

Callers

nothing calls this directly

Calls 15

resolve_dot_dirFunction · 0.85
validate_nameFunction · 0.85
canonicalize_lenientFunction · 0.85
current_dir_canonicalFunction · 0.85
now_secsFunction · 0.85
lifecycle_dirFunction · 0.85
cleanup_expiredFunction · 0.85
list_activeFunction · 0.85
save_lifecycleFunction · 0.85
print_lifecycleFunction · 0.85
load_lifecycleFunction · 0.85
remove_lifecycleFunction · 0.85

Tested by

no test coverage detected