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

Method default

fendermint/vm/topdown/src/cache.rs:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27impl<K: PrimInt + Debug, V> Default for SequentialKeyCache<K, V> {
28 fn default() -> Self {
29 Self::sequential()
30 }
31}
32
33impl<K: PrimInt + Debug, V> SequentialKeyCache<K, V> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected