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

Method new_system

fendermint/testing/src/smt.rs:252–254  ·  view source on GitHub ↗
(&self, _state: &Self::State)

Source from the content-addressed store, hash-verified

250 }
251
252 fn new_system(&self, _state: &Self::State) -> Self::System {
253 Counter::new()
254 }
255
256 fn gen_command(&self, u: &mut Unstructured, _state: &Self::State) -> Result<Self::Command> {
257 use CounterCommand::*;

Callers 1

runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected