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

Method all

nodedb-crdt/src/constraint.rs:147–149  ·  view source on GitHub ↗

Get all constraints.

(&self)

Source from the content-addressed store, hash-verified

145
146 /// Get all constraints.
147 pub fn all(&self) -> &[Constraint] {
148 &self.constraints
149 }
150
151 /// Number of constraints.
152 pub fn len(&self) -> usize {

Calls

no outgoing calls