MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / remove

Method remove

src/hints/HintSequencePlayer.js:62–68  ·  view source on GitHub ↗

* @param {function()[]} callbacks * @return {void}@memberof HintSequencePlayer

(...callbacks)

Source from the content-addressed store, hash-verified

60 * @return {void}@memberof HintSequencePlayer
61 */
62 remove(...callbacks) {
63 const length = callbacks.length;
64 for (let i = 0; i < length; i++) {
65 this.hints = this.hints.filter(call => call !== callbacks[i]);
66
67 }
68 }
69}

Callers 5

AnchorJSFunction · 0.80
site.jsFile · 0.80
toggleSiblingFunction · 0.80
showHashTargetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected