(&self)
| 391 | CrashKind::from(self.exit).is_crash() |
| 392 | } |
| 393 | pub fn was_hang(&self) -> bool { |
| 394 | CrashKind::from(self.exit).is_hang() |
| 395 | } |
| 396 | } |
| 397 | |
| 398 | /// A snapshot of the target at a particular point in time. |
no outgoing calls
no test coverage detected