resetCodeCoverageDetailsThen

fun resetCodeCoverageDetailsThen(resume: () -> Unit)

Reset the code coverage details of all A_RawFunctions by discarding their L2 optimized chunks and clearing their flags. When complete, resume the supplied action.

Parameters

resume

The continuation to be executed upon.