MCPcopy Create free account
hub / github.com/Commit-Boost/commit-boost-client / load_keys

Method load_keys

crates/common/src/signer/loader.rs:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54impl SignerLoader {
55 pub fn load_keys(self) -> eyre::Result<Vec<ConsensusSigner>> {
56 self.load_from_env()
57 }
58
59 pub fn load_from_env(self) -> eyre::Result<Vec<ConsensusSigner>> {
60 Ok(match self {

Callers 1

start_managerFunction · 0.80

Calls 1

load_from_envMethod · 0.45

Tested by

no test coverage detected