MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / resetTriggerCount

Method resetTriggerCount

www/js/_hyperscript.esm.js:3043–3045  ·  view source on GitHub ↗

Reset circular guard after cascade settles.

()

Source from the content-addressed store, hash-verified

3041 }
3042 /** Reset circular guard after cascade settles. */
3043 resetTriggerCount() {
3044 this._consecutiveTriggers = 0;
3045 }
3046 /** Stop this effect and clean up all subscriptions. */
3047 stop() {
3048 if (this._isStopped) return;

Callers 1

_runPendingEffectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected