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

Method play

src/playground.ts:116–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 play() {
117 this.pause();
118 this.isPlaying = true;
119 if (this.callback) {
120 this.callback(this.isPlaying);
121 }
122 this.start(this.timerIndex);
123 }
124
125 pause() {
126 this.timerIndex++;

Callers 1

playOrPauseMethod · 0.95

Calls 2

pauseMethod · 0.95
startMethod · 0.95

Tested by

no test coverage detected