Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ resetEmulator
Method
resetEmulator
src/main/java/jace/JaceApplication.java:166–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
public
void
resetEmulator() {
167
// Reset the emulator memory and restart
168
Emulator.withComputer(c -> {
169
c.getMemory().resetState();
170
c.warmStart();
171
});
172
}
173
}
Callers
1
bootWatchdog
Method · 0.95
Calls
4
withComputer
Method · 0.95
resetState
Method · 0.45
getMemory
Method · 0.45
warmStart
Method · 0.45
Tested by
no test coverage detected