Number of documents in this block.
(&self)
| 84 | |
| 85 | /// Number of documents in this block. |
| 86 | pub fn len(&self) -> usize { |
| 87 | self.doc_ids.len() |
| 88 | } |
| 89 | |
| 90 | /// Whether the block is empty. |
| 91 | pub fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected