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

Method is_empty

nodedb-crdt/src/policy.rs:213–215  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 }
212
213 pub fn is_empty(&self) -> bool {
214 self.policies.is_empty()
215 }
216}
217
218#[cfg(test)]

Callers 2

validateMethod · 0.45
validate_or_rejectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected