Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
playOrPause
Method · 0.95
Calls
2
pause
Method · 0.95
start
Method · 0.95
Tested by
no test coverage detected