Returns whether the fuzzing instance with this reference corresponds to the main fuzzing instance (which takes care of logging, debugging other additional tasks).
(&self)
| 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. |
no outgoing calls
no test coverage detected