MCPcopy 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

StateValueMethod · 0.45
buildStateMapMethod · 0.45
addStateVariableMethod · 0.45
addMemoryPagesMethod · 0.45

Calls 2

getSwitchMethod · 0.80
getStateMethod · 0.45

Tested by

no test coverage detected