Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
15
execute_request_cross_node_dispatch
Function · 0.45
surrogate_identity_survives_vshard_routing_cutover
Function · 0.45
select_through_pgwire_acquires_lease
Function · 0.45
drain_forces_plan_retry_surfacing_typed_error
Function · 0.45
drain_cleared_mid_retry_succeeds
Function · 0.45
shutdown_release_clears_local_leases
Function · 0.45
cluster_array_raft_snapshot_install
Function · 0.45
drain_blocks_new_acquires_at_drained_version
Function · 0.45
drain_clears_after_end_entry
Function · 0.45
ddl_waits_for_existing_lease_to_release
Function · 0.45
drain_timeout_clears_state
Function · 0.45
create_collection_stamps_version_one_on_every_node
Function · 0.45
Calls
no outgoing calls
Tested by
15
execute_request_cross_node_dispatch
Function · 0.36
surrogate_identity_survives_vshard_routing_cutover
Function · 0.36
select_through_pgwire_acquires_lease
Function · 0.36
drain_forces_plan_retry_surfacing_typed_error
Function · 0.36
drain_cleared_mid_retry_succeeds
Function · 0.36
shutdown_release_clears_local_leases
Function · 0.36
cluster_array_raft_snapshot_install
Function · 0.36
drain_blocks_new_acquires_at_drained_version
Function · 0.36
drain_clears_after_end_entry
Function · 0.36
ddl_waits_for_existing_lease_to_release
Function · 0.36
drain_timeout_clears_state
Function · 0.36
create_collection_stamps_version_one_on_every_node
Function · 0.36