MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / node

Method node

fendermint/testing/materializer/src/lib.rs:276–278  ·  view source on GitHub ↗
(&self, id: T)

Source from the content-addressed store, hash-verified

274 }
275
276 pub fn node<T: Into<NodeId>>(&self, id: T) -> NodeName {
277 NodeName(self.0.join("nodes").join_id(&id.into()))
278 }
279
280 pub fn relayer<T: Into<RelayerId>>(&self, id: T) -> RelayerName {
281 RelayerName(self.0.join("relayers").join_id(&id.into()))

Callers 10

test_node_subnetFunction · 0.45
make_runnerFunction · 0.45
test_contract_deploymentFunction · 0.45
test_contract_callFunction · 0.45
test_full_node_syncFunction · 0.45

Calls 3

join_idMethod · 0.80
joinMethod · 0.45
intoMethod · 0.45

Tested by 9

test_node_subnetFunction · 0.36
test_contract_deploymentFunction · 0.36
test_contract_callFunction · 0.36
test_full_node_syncFunction · 0.36