MCPcopy 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

bootWatchdogMethod · 0.95

Calls 4

withComputerMethod · 0.95
resetStateMethod · 0.45
getMemoryMethod · 0.45
warmStartMethod · 0.45

Tested by

no test coverage detected