MCPcopy 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_succeededMethod · 0.45
partition_put_cellsFunction · 0.45
partition_delete_coordsFunction · 0.45
fan_outFunction · 0.45
fan_out_partitionedFunction · 0.45
array_vshards_for_sliceFunction · 0.45
validate_slice_routingFunction · 0.45
coord_put_partitionedFunction · 0.45
coord_putFunction · 0.45
coord_deleteFunction · 0.45
has_pendingMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected