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

Method drop

fendermint/testing/materializer/src/testnet.rs:54–58  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

52
53impl<M: Materials, R> Drop for Testnet<M, R> {
54 fn drop(&mut self) {
55 // Make sure anything that can use a common network is dropped first.
56 drop(std::mem::take(&mut self.relayers));
57 drop(std::mem::take(&mut self.nodes));
58 }
59}
60
61impl<M, R> Testnet<M, R>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected