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

Method cli

fendermint/testing/materializer/src/lib.rs:257–259  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

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 {

Callers 2

fendermint_cli_runnerMethod · 0.80
ipc_cli_runnerMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected