MCPcopy Create free account
hub / github.com/google/agents-cli / restart

Function restart

docs/src/javascripts/lifecycle.js:259–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 timer = setInterval(tick, 1600);
258 }
259 function restart() {
260 if (timer) clearInterval(timer);
261 timer = setInterval(tick, 1600);
262 }
263
264 // Click any card to jump to it (and restart the rotation from there).
265 cards.forEach((card, idx) => {

Callers 1

initLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected