MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / pulse

Function pulse

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

Source from the content-addressed store, hash-verified

115 if (this._pulse_status >= 0)
116 return;
117 function pulse() {
118 var i;
119 Search._pulse_status = (Search._pulse_status + 1) % 4;
120 var dotString = '';
121 for (i = 0; i < Search._pulse_status; i++)
122 dotString += '.';
123 Search.dots.text(dotString);
124 if (Search._pulse_status > -1)
125 window.setTimeout(pulse, 500);
126 }
127 pulse();
128 },
129

Callers 1

searchtools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected