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

Method root

fendermint/testing/materializer/src/lib.rs:251–253  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

249 }
250
251 pub fn root(&self) -> SubnetName {
252 SubnetName(self.0.join("root"))
253 }
254
255 /// Check that the testnet contains a certain resource name, ie. it's a prefix of it.
256 pub fn contains<T: AsRef<ResourceName>>(&self, name: T) -> bool {

Callers 15

root_hashMethod · 0.45
ipc_end_block_hookFunction · 0.45
compressedMethod · 0.45
fund_from_faucetMethod · 0.45
create_root_genesisMethod · 0.45
test_subnet_parentFunction · 0.45
test_subnet_ancestorsFunction · 0.45
test_node_subnetFunction · 0.45
ipc_cli_runnerMethod · 0.45
make_runnerFunction · 0.45

Calls 1

joinMethod · 0.45

Tested by 12

test_subnet_parentFunction · 0.36
test_subnet_ancestorsFunction · 0.36
test_node_subnetFunction · 0.36
test_contract_deploymentFunction · 0.36
test_contract_callFunction · 0.36
test_full_node_syncFunction · 0.36