Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_metadata
Method · 0.80
update_stats
Method · 0.80
update
Method · 0.80
add_to_global_metadata
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected