Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Beh01der/EasyFlow
/ setFlow
Method
setFlow
src/main/java/au/com/ds/ef/StatefulContext.java:69–71 ·
view source on GitHub ↗
(EasyFlow<? extends StatefulContext> flow)
Source
from the content-addressed store, hash-verified
67
}
68
69
protected
void
setFlow(EasyFlow<? extends StatefulContext> flow) {
70
this.flow = flow;
71
}
72
73
protected
long newId() {
74
return
idCounter++;
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected