Whether the block is empty.
(&self)
| 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 { |
no outgoing calls
no test coverage detected