Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getState
Method
getState
src/main/java/jace/apple2e/SoftSwitches.java:165–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
163
}
164
165
public
boolean getState() {
166
return
softswitch.getState();
167
}
168
169
public
final
boolean isOn() {
170
return
softswitch.getState();
Callers
2
isOn
Method · 0.45
isOff
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected