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

Method empty

fendermint/storage/src/im.rs:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 pub fn empty() -> Self {
227 Self::new(vec![])
228 }
229}
230
231impl<'a, S, K, V> Iterator for KVIter<'a, S, K, V>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected