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

Method add_use

hail-fuzz/src/load_resizer.rs:527–530  ·  view source on GitHub ↗
(&mut self, new_use: &Use)

Source from the content-addressed store, hash-verified

525
526impl LoadMetadata {
527 fn add_use(&mut self, new_use: &Use) {
528 self.min_bit = self.min_bit.min(new_use.min_bit);
529 self.max_bit = self.max_bit.max(new_use.max_bit);
530 }
531
532 /// Return the amount of bytes required for the load operation (Note: we do not allow the
533 /// starting address of the load to be adjusted, and require the size to be a power of 2).

Callers 1

calculate_used_bitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected