()
| 97 | |
| 98 | #[test] |
| 99 | fn cell_prefix_dispatches_on_order() { |
| 100 | let s = schema(); |
| 101 | let p = encode_cell_prefix(&s, &[CoordValue::Int64(7), CoordValue::Int64(13)]); |
| 102 | assert!(p.is_ok()); |
| 103 | } |
| 104 | } |
nothing calls this directly
no test coverage detected