codeLoadSkipped

open fun codeLoadSkipped(startValue: Any?)

Invoked when a code load is skipped because the code hasn't changed.

Parameters

startValue

the value returned by codeLoadStart for the start of this call. This is null unless codeLoadStart is overridden to return something else.