MCPcopy Create free account
hub / github.com/base/base / is_empty

Method is_empty

crates/execution/flashblocks/src/cache.rs:88–90  ·  view source on GitHub ↗

Returns `true` when the cache holds no entries.

(&self)

Source from the content-addressed store, hash-verified

86
87 /// Returns `true` when the cache holds no entries.
88 pub fn is_empty(&self) -> bool {
89 self.entries.is_empty()
90 }
91
92 /// Returns the total number of individual flashblocks cached across all
93 /// block numbers.

Calls

no outgoing calls