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

Method build

node/src/prom/hooks.rs:37–41  ·  view source on GitHub ↗

Builds the [`Hooks`] collection from the registered hooks.

(self)

Source from the content-addressed store, hash-verified

35
36 /// Builds the [`Hooks`] collection from the registered hooks.
37 pub fn build(self) -> Hooks {
38 Hooks {
39 inner: Arc::new(self.hooks),
40 }
41 }
42}
43
44impl Default for HooksBuilder {

Callers 15

resolve_external_ipFunction · 0.45
run_node_innerFunction · 0.45
run_node_local_innerFunction · 0.45
initFunction · 0.45
test_metrics_endpointFunction · 0.45
get_latest_heightFunction · 0.45
fetch_latest_checkpointFunction · 0.45
mainFunction · 0.45
get_latest_heightFunction · 0.45
get_latest_heightFunction · 0.45
get_validator_balanceFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_metrics_endpointFunction · 0.36