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

Method clear

src/hints/HintSequencePlayer.js:42–45  ·  view source on GitHub ↗

* removes all hints * @return {void}@memberof HintSequencePlayer

()

Source from the content-addressed store, hash-verified

40 * @return {void}@memberof HintSequencePlayer
41 */
42 clear() {
43 this.index = 0;
44 this.hints.length = 0;
45 }
46
47 /**
48 * @param {function()[]} callbacks

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected