Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EmulatorJS/EmulatorJS
/ restart
Method
restart
data/src/GameManager.js:183–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
}
183
restart() {
184
this.clearEJSResetTimer();
185
this.functions.restart();
186
}
187
getState() {
188
const
state = this.functions.saveStateInfo().split(
"|"
);
189
if
(state[2] !==
"1"
) {
Callers
4
constructor
Method · 0.80
startGame
Method · 0.80
createBottomMenuBar
Method · 0.80
defineNetplayFunctions
Method · 0.80
Calls
1
clearEJSResetTimer
Method · 0.95
Tested by
no test coverage detected