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

Method run

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

Source from the content-addressed store, hash-verified

64
65impl Command for GrantCmd {
66 fn run(&self) -> CliResult<()> {
67 match &self.command {
68 GrantSubcommand::List(cmd) => cmd.run(),
69 GrantSubcommand::Add(cmd) => cmd.run(),
70 GrantSubcommand::Remove(cmd) => cmd.run(),
71 }
72 }
73}
74
75// ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 10

build_clientFunction · 0.85
list_workspace_grantsFunction · 0.85
resolve_subjectFunction · 0.85
parse_permissionFunction · 0.85
add_workspace_grantFunction · 0.85
print_successFunction · 0.85
revoke_workspace_grantFunction · 0.85
set_columnsMethod · 0.80
add_rowMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected