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

Method size

fendermint/vm/topdown/src/cache.rs:53–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51 }
52
53 pub fn size(&self) -> usize {
54 self.data.len()
55 }
56
57 pub fn is_empty(&self) -> bool {
58 self.data.is_empty()

Callers 1

cached_blocksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected