| 117 | #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 118 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))] |
| 119 | pub struct StackSlot(u32); |
| 120 | entity_impl!(StackSlot, "ss"); |
| 121 | |
| 122 | impl StackSlot { |
no outgoing calls
no test coverage detected