Build the final component set
(self)
| 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 | } |
no outgoing calls
no test coverage detected