(&self, i: i32)
| 147 | self.constant_i16(DUMMY_SP, i) |
| 148 | } |
| 149 | fn const_i32(&self, i: i32) -> Self::Value { |
| 150 | self.constant_i32(DUMMY_SP, i) |
| 151 | } |
| 152 | fn const_u32(&self, i: u32) -> Self::Value { |
| 153 | self.constant_u32(DUMMY_SP, i) |
| 154 | } |
nothing calls this directly
no test coverage detected