Returns the route from the root to the current subnet
(&self)
| 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> { |
no outgoing calls
no test coverage detected