MCPcopy
hub / github.com/tensorflow/playground / pause

Method pause

src/playground.ts:125–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 pause() {
126 this.timerIndex++;
127 this.isPlaying = false;
128 if (this.callback) {
129 this.callback(this.isPlaying);
130 }
131 }
132
133 private start(localTimerIndex: number) {
134 d3.timer(() => {

Callers 4

playOrPauseMethod · 0.95
playMethod · 0.95
makeGUIFunction · 0.80
resetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected