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

Function remove

fendermint/app/src/cmd/materializer.rs:84–86  ·  view source on GitHub ↗

Remove a testnet.

(mut m: DockerMaterializer, id: TestnetId)

Source from the content-addressed store, hash-verified

82
83/// Remove a testnet.
84async fn remove(mut m: DockerMaterializer, id: TestnetId) -> anyhow::Result<()> {
85 m.remove(&TestnetName::new(id)).await
86}
87
88/// Read a manifest file; use its file name as the testnet name.
89fn read_manifest(manifest_file: &Path) -> anyhow::Result<(TestnetName, Manifest)> {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected