()
| 298 | |
| 299 | #[test] |
| 300 | fn all_vshards_in_range() { |
| 301 | for t in 0u64..1024 { |
| 302 | let s = vshard_for_array_tile("arr", t); |
| 303 | assert!(s < VSHARD_COUNT, "vshard {s} out of range for tile {t}"); |
| 304 | } |
| 305 | } |
| 306 | } |
nothing calls this directly
no test coverage detected