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

Method isOff

src/main/java/jace/apple2e/SoftSwitches.java:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 public final boolean isOff() {
174 return !softswitch.getState();
175 }
176
177 @Override
178 public String toString() {

Callers 10

trackActivityMethod · 0.80
configureVideoModeMethod · 0.80
getReadConfigurationMethod · 0.80
getWriteConfigurationMethod · 0.80
doEventMethod · 0.80
registerListenersMethod · 0.80
isMainMemoryMethod · 0.80
isRelevantMethod · 0.80

Calls 1

getStateMethod · 0.45

Tested by

no test coverage detected