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

Method start

src/playground.ts:133–141  ·  view source on GitHub ↗
(localTimerIndex: number)

Source from the content-addressed store, hash-verified

131 }
132
133 private start(localTimerIndex: number) {
134 d3.timer(() => {
135 if (localTimerIndex < this.timerIndex) {
136 return true; // Done.
137 }
138 oneStep();
139 return false; // Not done.
140 }, 0);
141 }
142}
143
144let state = State.deserializeState();

Callers 1

playMethod · 0.95

Calls 1

oneStepFunction · 0.85

Tested by

no test coverage detected