Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ required_bits
Method
required_bits
hail-fuzz/src/load_resizer.rs:543–548 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
541
}
542
543
fn required_bits(&self) -> u8 {
544
if self.max_bit < self.min_bit {
545
return 0;
546
}
547
self.max_bit - self.min_bit + 1
548
}
549
}
550
551
#[derive(Debug, Copy, Clone)]
Callers
1
get_loads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected