MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / was_hang

Method was_hang

hail-fuzz/src/main.rs:393–395  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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.

Callers 2

update_statsMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected