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

Method was_crash

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

Source from the content-addressed store, hash-verified

388 }
389
390 pub fn was_crash(&self) -> bool {
391 CrashKind::from(self.exit).is_crash()
392 }
393 pub fn was_hang(&self) -> bool {
394 CrashKind::from(self.exit).is_hang()
395 }

Callers 4

update_input_metadataMethod · 0.80
update_statsMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected