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

Method abort

src/main/java/jace/Emulator.java:59–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public static void abort() {
60 if (instance != null) {
61 if (instance.computer != null) {
62 instance.computer.getMotherboard().suspend();
63 instance.computer.getMotherboard().detach();
64 }
65 }
66 instance = null;
67 }
68
69 public static Emulator getInstance() {
70 if (instance == null) {

Callers

nothing calls this directly

Calls 3

getMotherboardMethod · 0.80
suspendMethod · 0.45
detachMethod · 0.45

Tested by

no test coverage detected