MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / children

Method children

ipc/api/src/subnet_id.rs:105–107  ·  view source on GitHub ↗

Returns the route from the root to the current subnet

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Returns the route from the root to the current subnet
105 pub fn children(&self) -> Vec<Address> {
106 self.children.clone()
107 }
108
109 /// Returns the route from the root to the current subnet
110 pub fn children_as_ref(&self) -> &Vec<Address> {

Callers 9

subnet_id_to_ethFunction · 0.80
new_from_parentMethod · 0.80
f0_idMethod · 0.80
parentMethod · 0.80
common_parentMethod · 0.80
downMethod · 0.80
upMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected