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

Method resetTriggerCount

tools/common/_hyperscript.iife.js:2994–2996  ·  view source on GitHub ↗

Reset circular guard after cascade settles.

()

Source from the content-addressed store, hash-verified

2992 }
2993 /** Reset circular guard after cascade settles. */
2994 resetTriggerCount() {
2995 this._consecutiveTriggers = 0;
2996 }
2997 /** Stop this effect and clean up all subscriptions. */
2998 stop() {
2999 if (this._isStopped) return;

Callers 1

_runPendingEffectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected