(&self, i: u32)
| 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 | } |
| 155 | fn const_u64(&self, i: u64) -> Self::Value { |
| 156 | self.constant_u64(DUMMY_SP, i) |
| 157 | } |
no test coverage detected