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

Function binary_id

hail-fuzz/src/debugging/check.rs:167–169  ·  view source on GitHub ↗
(dataset_code: u64, binary_id: u8)

Source from the content-addressed store, hash-verified

165}
166
167const fn binary_id(dataset_code: u64, binary_id: u8) -> u64 {
168 dataset_code | ((binary_id as u64) << 8)
169}
170
171const fn bug(binary_code: u64, bug_id: u8) -> u64 {
172 binary_code | bug_id as u64

Callers 1

check.rsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected