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

Method index

crates/quake/src/node.rs:67–72  ·  view source on GitHub ↗

Third octet in the private IP address of the container

(&self)

Source from the content-addressed store, hash-verified

65
66 /// Third octet in the private IP address of the container
67 fn index(&self) -> usize {
68 match self {
69 ContainerKind::Consensus => 1,
70 ContainerKind::Execution => 2,
71 }
72 }
73}
74
75/// A map of subnet names to the IP address of the container in the subnet

Callers 3

fromMethod · 0.45
init_frameFunction · 0.45
frame_return_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected