MCPcopy Create free account
hub / github.com/badvision/jace / reset

Method reset

src/main/java/jace/core/SoftSwitch.java:235–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233 }
234
235 public void reset() {
236 if (initalState != null) {
237 setState(initalState);
238 }
239 }
240
241 public void register() {
242 Emulator.withMemory(m -> {

Callers

nothing calls this directly

Calls 1

setStateMethod · 0.95

Tested by

no test coverage detected