| 6 | /// to the root of another page. |
| 7 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Arbitrary)] |
| 8 | pub struct Location(u32); |
| 9 | |
| 10 | impl Location { |
| 11 | const CELL_MAX: u32 = u8::MAX as u32; |
nothing calls this directly
no outgoing calls
no test coverage detected