MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / pulse

Function pulse

docs/_static/searchtools.js:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 if (Search._pulse_status >= 0) return;
194
195 const pulse = () => {
196 Search._pulse_status = (Search._pulse_status + 1) % 4;
197 Search.dots.innerText = ".".repeat(Search._pulse_status);
198 if (Search._pulse_status >= 0) window.setTimeout(pulse, 500);
199 };
200 pulse();
201 },
202

Callers 1

searchtools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected