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

Method add

src/hints/HintSequencePlayer.js:51–56  ·  view source on GitHub ↗

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

(...callbacks)

Source from the content-addressed store, hash-verified

49 * @return {void}@memberof HintSequencePlayer
50 */
51 add(...callbacks) {
52 const length = callbacks.length;
53 for (let i = 0; i < length; i++) {
54 this.hints.push(callbacks[i]);
55 }
56 }
57
58 /**
59 * @param {function()[]} callbacks

Callers 3

site.jsFile · 0.80
toggleSiblingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected