Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getCurrentValue
Method
getCurrentValue
src/main/java/jace/state/StateManager.java:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
@Override
101
public
Object getCurrentValue() {
102
return
ss.getSwitch().getState();
103
}
104
};
105
switchVar.name =
"switch"
;
106
switchVar.parent = switchNode;
Callers
4
StateValue
Method · 0.45
buildStateMap
Method · 0.45
addStateVariable
Method · 0.45
addMemoryPages
Method · 0.45
Calls
2
getSwitch
Method · 0.80
getState
Method · 0.45
Tested by
no test coverage detected