(
e: &ArrayEngine,
x: i64,
system_as_of: i64,
)
| 84 | } |
| 85 | |
| 86 | fn ceiling_at( |
| 87 | e: &ArrayEngine, |
| 88 | x: i64, |
| 89 | system_as_of: i64, |
| 90 | ) -> nodedb_array::query::ceiling::CeilingResult { |
| 91 | e.store(&aid()) |
| 92 | .unwrap() |
| 93 | .ceiling_for_coord(&[CoordValue::Int64(x)], system_as_of, None) |
| 94 | .unwrap() |
| 95 | } |
| 96 | |
| 97 | // ── Regression: cell-loss bug ───────────────────────────────────────────────── |
| 98 |
no test coverage detected