MCPcopy Create free account
hub / github.com/SeismicSystems/summit / exec

Method exec

node/src/args.rs:65–67  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

63 #[command(subcommand)]
64 pub cmd: Command,
65}
66
67impl CliArgs {
68 pub fn exec(&self) {
69 self.cmd.exec()
70 }

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected