Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ toString
Method
toString
src/main/java/jace/core/SoftSwitch.java:270–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
268
abstract
public
void
stateChanged();
269
270
@Override
271
public
String toString() {
272
return
getName() + (getState() ?
":1"
:
":0"
);
273
}
274
}
Callers
1
findClosestEnumConstant
Method · 0.45
Calls
2
getName
Method · 0.95
getState
Method · 0.95
Tested by
no test coverage detected