(&self)
| 450 | impl ValueCounts { |
| 451 | #[inline] |
| 452 | pub fn is_empty(&self) -> bool { |
| 453 | self.c32 == 0 && self.c64 == 0 && self.c128 == 0 |
| 454 | } |
| 455 | } |
| 456 | |
| 457 | impl<'a> FromIterator<&'a WasmType> for ValueCounts { |
no outgoing calls
no test coverage detected