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

Method resetTriggerCount

www/js/_hyperscript-max.js:3044–3046  ·  view source on GitHub ↗

Reset circular guard after cascade settles.

()

Source from the content-addressed store, hash-verified

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

Callers 1

_runPendingEffectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected