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

Method default

hail-fuzz/src/load_resizer.rs:559–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

557
558impl Default for Use {
559 fn default() -> Self {
560 Self { has_side_effect: false, min_bit: u128::BITS as u8 - 1, max_bit: 0 }
561 }
562}
563
564impl Use {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected