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

Method run

atomic-cli/src/commands/team/member.rs:118–125  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected