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

Method run

atomic-cli/src/commands/vault/memory.rs:101–107  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

99
100impl Command for Memory {
101 fn run(&self) -> CliResult<()> {
102 match &self.command {
103 MemoryCommands::List(cmd) => cmd.run(),
104 MemoryCommands::Show(cmd) => cmd.run(),
105 MemoryCommands::Write(cmd) => cmd.run(),
106 }
107 }
108}
109
110// MemoryList Command

Callers

nothing calls this directly

Calls 8

find_repository_rootFunction · 0.85
normalize_memory_pathFunction · 0.85
vault_listMethod · 0.80
vault_retrieveMethod · 0.80
vault_storeMethod · 0.80
vault_materializeMethod · 0.80
iterMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected