mutate_param_value

Function mutate_param_value 

Source
pub fn mutate_param_value(
    param: &DynSolType,
    value: DynSolValue,
    test_runner: &mut TestRunner,
    state: &EvmFuzzState,
) -> DynSolValue
Expand description

Mutates the current value of the given parameter type and value.