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

Method is_empty

nodedb-fts/src/codec/doc_id_map.rs:59–61  ·  view source on GitHub ↗

Whether the map is empty.

(&self)

Source from the content-addressed store, hash-verified

57
58 /// Whether the map is empty.
59 pub fn is_empty(&self) -> bool {
60 self.reverse.is_empty()
61 }
62
63 /// Remove a doc_id from the map.
64 ///

Callers 4

from_bytesMethod · 0.45
encodeFunction · 0.45
decodeFunction · 0.45
packFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected