Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected