Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
impl CliArgs {
68
pub fn exec(&self) {
69
self.cmd.exec()
70
}
Callers
nothing calls this directly
Calls
1
run_node
Method · 0.80
Tested by
no test coverage detected