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

Method run

atomic-cli/src/commands/session.rs:66–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64
65impl Command for Session {
66 fn run(&self) -> CliResult<()> {
67 match &self.command {
68 SessionCommands::Show(show) => show.run(),
69 SessionCommands::Fork(fork) => fork.run(),
70 SessionCommands::Rebuild(rebuild) => rebuild.run(),
71 }
72 }
73}
74
75impl Command for SessionFork {

Callers

nothing calls this directly

Calls 5

find_repository_rootFunction · 0.85
show_session_detailFunction · 0.85
show_recent_sessionsFunction · 0.85
fork_sessionMethod · 0.80
rebuild_session_indexMethod · 0.80

Tested by

no test coverage detected