foundry_evm::executors::invariant

Function call_invariant_function

Source
pub(crate) fn call_invariant_function(
    executor: &Executor,
    address: Address,
    calldata: Bytes,
) -> Result<(RawCallResult, bool)>
Expand description

Calls the invariant function and returns call result and if succeeded.