MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / clearEJSResetTimer

Method clearEJSResetTimer

data/src/GameManager.js:177–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176 }
177 clearEJSResetTimer() {
178 if (this.EJS.resetTimeout) {
179 clearTimeout(this.EJS.resetTimeout);
180 delete this.EJS.resetTimeout;
181 }
182 }
183 restart() {
184 this.clearEJSResetTimer();
185 this.functions.restart();

Callers 4

restartMethod · 0.95
loadStateMethod · 0.95
quickLoadMethod · 0.95
loadSaveFilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected