MCPcopy Create free account
hub / github.com/cakevm/kabu / ComponentSetBuilder

Class ComponentSetBuilder

crates/core/node/src/node.rs:56–67  ·  view source on GitHub ↗

Builder for creating a component set with fluent API

Source from the content-addressed store, hash-verified

54
55/// Builder for creating a component set with fluent API
56pub struct ComponentSetBuilder<N, E, S, M, B, Est, H, Mer, Mon, Sig> {
57 network: N,
58 executor: E,
59 strategy: S,
60 market: M,
61 broadcaster: B,
62 estimator: Est,
63 health: H,
64 merger: Mer,
65 monitoring: Mon,
66 signer: Sig,
67}
68
69impl Default
70 for ComponentSetBuilder<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected