MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / create_node

Method create_node

fendermint/testing/materializer/src/logging.rs:114–124  ·  view source on GitHub ↗
(
        &'s mut self,
        node_name: &NodeName,
        node_config: &NodeConfig<'a, M>,
    )

Source from the content-addressed store, hash-verified

112 }
113
114 async fn create_node<'s, 'a>(
115 &'s mut self,
116 node_name: &NodeName,
117 node_config: &NodeConfig<'a, M>,
118 ) -> anyhow::Result<M::Node>
119 where
120 's: 'a,
121 {
122 tracing::info!(%node_name, ctx=self.ctx, "create_node");
123 self.inner.create_node(node_name, node_config).await
124 }
125
126 async fn start_node<'s, 'a>(
127 &'s mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected