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

Method is_empty

nodedb/src/control/array_catalog/registry.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84 }
85
86 pub fn is_empty(&self) -> bool {
87 self.entries_by_name.is_empty()
88 }
89}
90
91#[cfg(test)]

Callers 5

array_from_keyFunction · 0.45
run_gcFunction · 0.45
stream_opsMethod · 0.45
fan_out_opMethod · 0.45
drain_toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected