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

Method is_empty

nodedb-spatial/src/geohash_index.rs:148–150  ·  view source on GitHub ↗

Whether the index is empty.

(&self)

Source from the content-addressed store, hash-verified

146
147 /// Whether the index is empty.
148 pub fn is_empty(&self) -> bool {
149 self.entries.is_empty()
150 }
151
152 /// Checkpoint: serialize all entries for persistence.
153 ///

Callers 1

remove_documentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected