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

Method run

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected