()
| 47 | const ARRAY_NAME: &str = "purge"; |
| 48 | |
| 49 | fn aid() -> ArrayId { |
| 50 | ArrayId::new(TENANT, ARRAY_NAME) |
| 51 | } |
| 52 | |
| 53 | /// Open an engine with `flush_cell_threshold = 1` so every `put_cells` |
| 54 | /// call lands in a fresh segment. This makes it easy to produce multiple |
no outgoing calls
no test coverage detected