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

Method len

nodedb-cluster/src/distributed_spatial/geofence.rs:128–130  ·  view source on GitHub ↗

Number of registered geofences.

(&self)

Source from the content-addressed store, hash-verified

126
127 /// Number of registered geofences.
128 pub fn len(&self) -> usize {
129 self.geofences.len()
130 }
131
132 pub fn is_empty(&self) -> bool {
133 self.geofences.is_empty()

Callers 15

phase1_completeMethod · 0.45
group_countMethod · 0.45
total_rowsMethod · 0.45
plan_shape_matches_specFunction · 0.45
check_can_decommissionFunction · 0.45
runMethod · 0.45
total_hitsMethod · 0.45
newMethod · 0.45
merge_topkFunction · 0.45
verify_resultsMethod · 0.45
bucket_countMethod · 0.45
record_responseMethod · 0.45

Calls

no outgoing calls

Tested by 1

plan_shape_matches_specFunction · 0.36