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

Method default

fendermint/storage/src/testing.rs:129–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128impl<S: KVStore> Default for Collections<S> {
129 fn default() -> Self {
130 Self {
131 s2i: HashMap::new(),
132 i2s: HashMap::new(),
133 }
134 }
135}
136
137impl<S> Collections<S>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected