(&self)
| 274 | } |
| 275 | |
| 276 | pub fn is_empty(&self) -> bool { |
| 277 | self.tiles.values().all(|b| b.entry_count() == 0) |
| 278 | } |
| 279 | |
| 280 | /// Decode a raw coord key (zerompk-encoded `Vec<CoordValue>`) back to a |
| 281 | /// typed coordinate. Exposed so the store's ceiling scan can reconstruct |
no test coverage detected