MCPcopy Create free account
hub / github.com/Beh01der/EasyFlow / setState

Method setState

src/main/java/au/com/ds/ef/StatefulContext.java:34–36  ·  view source on GitHub ↗
(StateEnum state)

Source from the content-addressed store, hash-verified

32 }
33
34 public void setState(StateEnum state){
35 this.state = state;
36 }
37
38 public StateEnum getState() {
39 return state;

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected