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

Function lifecycle_dir

atomic-cli/src/commands/agent/lifecycle.rs:399–401  ·  view source on GitHub ↗
(dot_dir: &Path)

Source from the content-addressed store, hash-verified

397}
398
399fn lifecycle_dir(dot_dir: &Path) -> PathBuf {
400 dot_dir.join(LIFECYCLE_DIR)
401}
402
403fn lifecycle_path(dir: &Path, run_id: &str) -> PathBuf {
404 dir.join(format!("{}.json", run_id))

Callers 2

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected