InsertFunctionStrategy does two things:
- Add a random function declaration or definition to the module. This would replace previously used createEmptyFunction.
- Add a random function call between instructions.
Differential D148568
[FuzzMutate] InsertFunctionStrategy Peter on Apr 17 2023, 1:57 PM. Authored by
Details
InsertFunctionStrategy does two things:
Diff Detail
Event TimelineComment Actions [FuzzMutate] InsertFunctionStrategy InsertFunctionStrategy does two things: Add a random function declaration or definition to the module. This would replace previously used createEmptyFunction. |
Don't see the point of the initializer here