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

Method is_worker_instance

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

Returns whether the fuzzing instance with this reference corresponds any instance except the main instance.

(&self)

Source from the content-addressed store, hash-verified

600 /// Returns whether the fuzzing instance with this reference corresponds any instance except the
601 /// main instance.
602 pub fn is_worker_instance(&self) -> bool {
603 !self.is_main_instance()
604 }
605
606 pub fn add_new(&self, input: MultiStream) -> u64 {
607 self.queue.add_new(self.id, input.into())

Callers 1

check_exit_stateMethod · 0.80

Calls 1

is_main_instanceMethod · 0.80

Tested by

no test coverage detected