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

Method reset_input_cursor

hail-fuzz/src/main.rs:858–861  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

856 }
857
858 fn reset_input_cursor(&mut self) -> anyhow::Result<()> {
859 self.state.input.seek_to_start();
860 Ok(())
861 }
862
863 fn write_input_to_target(&mut self) -> anyhow::Result<()> {
864 let source = self

Callers 8

runMethod · 0.80
fuzz_oneMethod · 0.80
fuzz_oneMethod · 0.80
validate_last_execFunction · 0.80
run_onceFunction · 0.80
startMethod · 0.80
fuzz_oneMethod · 0.80
try_execMethod · 0.80

Calls 1

seek_to_startMethod · 0.80

Tested by

no test coverage detected