MCPcopy Create free account
hub / github.com/circlefin/arc-node / name

Method name

crates/quake/src/node.rs:146–152  ·  view source on GitHub ↗

Name of the container according to its kind and whether it was upgraded

(&self)

Source from the content-addressed store, hash-verified

144
145 /// Name of the container according to its kind and whether it was upgraded
146 pub fn name(&self) -> &ContainerName {
147 if self.upgraded {
148 &self.name_upgraded
149 } else {
150 &self.name
151 }
152 }
153
154 /// Build a private IP address from the given subnet, container, and node indexes (for local mode)
155 ///

Callers 6

genesis.test.tsFile · 0.45
signPermitFunction · 0.45
to_containersMethod · 0.45
connectMethod · 0.45
collect_store_infoFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by 1

collect_store_infoFunction · 0.36