Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ CoverageEntry
Class
CoverageEntry
hail-fuzz/src/coverage.rs:547–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
546
#[derive(serde::Serialize)]
547
struct CoverageEntry {
548
idx: usize,
549
addr: u64,
550
count: u8,
551
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected