()
| 32 | impl ReservedValue for AllocationUnit { |
| 33 | #[inline] |
| 34 | fn reserved_value() -> Self { |
| 35 | Self { index: u32::MAX } |
| 36 | } |
| 37 | |
| 38 | #[inline] |
| 39 | fn is_reserved_value(&self) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected