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

Method run

atomic-cli/src/commands/org/member.rs:120–127  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

118
119impl Command for MemberCmd {
120 fn run(&self) -> CliResult<()> {
121 match &self.command {
122 MemberCommands::List(cmd) => cmd.run(),
123 MemberCommands::Add(cmd) => cmd.run(),
124 MemberCommands::Update(cmd) => cmd.run(),
125 MemberCommands::Remove(cmd) => cmd.run(),
126 }
127 }
128}
129
130// ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected