fn persisted_call_sequence(
path: &Path,
bytecode: &Bytes,
) -> Option<Vec<BaseCounterExample>>
Expand description
Helper function to load failed call sequence from file. Ignores failure if generated with different test contract than the current one.