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

Method is_empty

nodedb-cluster/src/applied_watcher/registry.rs:93–95  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

91 }
92
93 pub fn is_empty(&self) -> bool {
94 self.len() == 0
95 }
96
97 /// Snapshot of `(group_id, applied_index)` for every registered
98 /// group. Sorted by `group_id` for deterministic iteration.

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected