Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb-cluster/src/distributed_spatial/geofence.rs:132–134 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
130
}
131
132
pub fn is_empty(&self) -> bool {
133
self.geofences.is_empty()
134
}
135
136
/// Serialize the registry for replication to other shards.
137
pub fn export(&self) -> Vec<u8> {
Callers
12
all_succeeded
Method · 0.45
partition_put_cells
Function · 0.45
partition_delete_coords
Function · 0.45
fan_out
Function · 0.45
fan_out_partitioned
Function · 0.45
array_vshards_for_slice
Function · 0.45
validate_slice_routing
Function · 0.45
coord_put_partitioned
Function · 0.45
coord_put
Function · 0.45
coord_delete
Function · 0.45
has_pending
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected