tw_reset method

void tw_reset()

Clear the log of invocations that have been recorded so far for this instance.

Implementation

void tw_reset() {
	this._mapInvocations = { };
}