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

Method build

crates/core/node/src/node.rs:261–274  ·  view source on GitHub ↗

Build the final component set

(self)

Source from the content-addressed store, hash-verified

259
260 /// Build the final component set
261 pub fn build(self) -> ComponentSet<N, E, S, M, B, Est, H, Mer, Mon, Sig> {
262 ComponentSet {
263 network: self.network,
264 executor: self.executor,
265 strategy: self.strategy,
266 market: self.market,
267 broadcaster: self.broadcaster,
268 estimator: self.estimator,
269 health: self.health,
270 merger: self.merger,
271 monitoring: self.monitoring,
272 signer: self.signer,
273 }
274 }
275}

Callers 10

bench_swap_calculatorFunction · 0.45
launchMethod · 0.45
deployMethod · 0.45
rayon_parallel_runFunction · 0.45
benchmarkFunction · 0.45
execute_testFunction · 0.45
mainFunction · 0.45
start_kabu_mevFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected