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

Method network_name

fendermint/testing/materializer/src/docker/node.rs:591–593  ·  view source on GitHub ↗

Name of the docker network.

(&self)

Source from the content-addressed store, hash-verified

589
590 /// Name of the docker network.
591 pub fn network_name(&self) -> &NetworkName {
592 &self.network_name
593 }
594}
595
596impl HasEthApi for DockerNode {

Callers 4

ipc_cli_run_cmdMethod · 0.45
create_subnet_genesisMethod · 0.45
create_relayerMethod · 0.45
get_or_createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected