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

Method _stopSimulation

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

Source from the content-addressed store, hash-verified

209 }
210
211 _stopSimulation() {
212 if (this._simTimer) {
213 clearInterval(this._simTimer);
214 this._simTimer = null;
215 }
216 }
217
218 _generateSimulatedData() {
219 const t = Date.now() / 1000;

Callers 2

_connectMethod · 0.95
_clearTimersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected