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

Function tick

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

Source from the content-addressed store, hash-verified

249
250 let timer = null;
251 function tick() {
252 active = (active + 1) % cards.length;
253 setActive(active);
254 }
255 function start() {
256 if (timer) return;
257 timer = setInterval(tick, 1600);

Callers

nothing calls this directly

Calls 1

setActiveFunction · 0.85

Tested by

no test coverage detected