MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_empty

Method is_empty

nodedb/src/event/cdc/registry.rs:197–199  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

195 }
196
197 pub fn is_empty(&self) -> bool {
198 self.len() == 0
199 }
200}
201
202impl Default for StreamRegistry {

Callers 3

insertMethod · 0.45
removeMethod · 0.45
load_from_catalogMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected