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

Method exec

node/src/keys.rs:51–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49}
50
51impl KeySubCmd {
52 pub fn exec(&self) {
53 match self {
54 KeySubCmd::Show { flags } => self.show_key(flags),
55 KeySubCmd::Generate { flags } => self.generate_keys(flags),
56 }
57 }
58
59 fn generate_keys(&self, flags: &KeyFlags) {

Callers 1

mainFunction · 0.45

Calls 2

show_keyMethod · 0.80
generate_keysMethod · 0.80

Tested by

no test coverage detected