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

Method getComputer

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

Source from the content-addressed store, hash-verified

74 }
75
76 private static Apple2e getComputer() {
77 return getInstance().computer;
78 }
79
80 public static void whileSuspended(Consumer<Apple2e> action) {
81 withComputer(c->c.getMotherboard().whileSuspended(()->action.accept(c)));

Callers 1

withComputerMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected