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

Method is_empty

nodedb-fts/src/block.rs:91–93  ·  view source on GitHub ↗

Whether the block is empty.

(&self)

Source from the content-addressed store, hash-verified

89
90 /// Whether the block is empty.
91 pub fn is_empty(&self) -> bool {
92 self.doc_ids.is_empty()
93 }
94
95 /// Compute block metadata for BMW skip index.
96 pub fn meta(&self) -> BlockMeta {

Callers 3

highlightMethod · 0.45
find_query_matchesMethod · 0.45
to_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected