Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_complete
Method · 0.45
group_count
Method · 0.45
total_rows
Method · 0.45
plan_shape_matches_spec
Function · 0.45
check_can_decommission
Function · 0.45
run
Method · 0.45
total_hits
Method · 0.45
new
Method · 0.45
merge_topk
Function · 0.45
verify_results
Method · 0.45
bucket_count
Method · 0.45
record_response
Method · 0.45
Calls
no outgoing calls
Tested by
1
plan_shape_matches_spec
Function · 0.36