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

Method getInstance

src/main/java/jace/Emulator.java:53–57  ·  view source on GitHub ↗
(List<String> args)

Source from the content-addressed store, hash-verified

51 }
52
53 public static Emulator getInstance(List<String> args) {
54 Emulator i = getInstance();
55 i.processCmdlineArgs(args);
56 return i;
57 }
58
59 public static void abort() {
60 if (instance != null) {

Callers 2

getComputerMethod · 0.95
startMethod · 0.95

Calls 1

processCmdlineArgsMethod · 0.95

Tested by

no test coverage detected