MCPcopy
hub / github.com/mongodb/node-mongodb-native / pulse

Function pulse

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

Source from the content-addressed store, hash-verified

278 if (this._pulse_status >= 0)
279 return;
280 function pulse() {
281 var i;
282 Search._pulse_status = (Search._pulse_status + 1) % 4;
283 var dotString = '';
284 for (i = 0; i < Search._pulse_status; i++)
285 dotString += '.';
286 Search.dots.text(dotString);
287 if (Search._pulse_status > -1)
288 window.setTimeout(pulse, 500);
289 }
290 pulse();
291 },
292

Callers 1

searchtools.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected