MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _clearTimers

Method _clearTimers

web/rusense/services/sensing.service.js:398–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397
398 _clearTimers() {
399 this._stopSimulation();
400 if (this._reconnectTimer) {
401 clearTimeout(this._reconnectTimer);
402 this._reconnectTimer = null;
403 }
404 }
405}
406
407// Singleton

Callers 1

stopMethod · 0.95

Calls 1

_stopSimulationMethod · 0.95

Tested by

no test coverage detected