(&self, id: &str)
| 255 | } |
| 256 | |
| 257 | pub fn cli(&self, id: &str) -> CliName { |
| 258 | CliName(self.0.join("cli").join(id)) |
| 259 | } |
| 260 | |
| 261 | /// Check if this is the root subnet, ie. it ends with `root` and it parent is a `testnet` |
| 262 | pub fn is_root(&self) -> bool { |
no test coverage detected