Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
trackActivity
Method · 0.80
configureVideoMode
Method · 0.80
getReadConfiguration
Method · 0.80
getWriteConfiguration
Method · 0.80
buildReadConfiguration
Method · 0.80
buildWriteConfiguration
Method · 0.80
doEvent
Method · 0.80
registerListeners
Method · 0.80
isMainMemory
Method · 0.80
isRelevant
Method · 0.80
Calls
1
getState
Method · 0.45
Tested by
no test coverage detected