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

Method is_main_instance

hail-fuzz/src/queue.rs:596–598  ·  view source on GitHub ↗

Returns whether the fuzzing instance with this reference corresponds to the main fuzzing instance (which takes care of logging, debugging other additional tasks).

(&self)

Source from the content-addressed store, hash-verified

594 /// Returns whether the fuzzing instance with this reference corresponds to the main fuzzing
595 /// instance (which takes care of logging, debugging other additional tasks).
596 pub fn is_main_instance(&self) -> bool {
597 self.id == 0
598 }
599
600 /// Returns whether the fuzzing instance with this reference corresponds any instance except the
601 /// main instance.

Callers 11

fuzzing_loopFunction · 0.80
execute_with_limitMethod · 0.80
startMethod · 0.80
after_checkMethod · 0.80
endMethod · 0.80
maybe_syncMethod · 0.80
is_worker_instanceMethod · 0.80
endMethod · 0.80
initMethod · 0.80
runMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected