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

Method resetTriggerCount

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

Reset circular guard after cascade settles.

()

Source from the content-addressed store, hash-verified

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

Callers 1

_runPendingEffectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected