Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setInitialState
Method
setInitialState
src/main/java/scorekeep/Rules.java:76–79 ·
view source on GitHub ↗
(String initialState)
Source
from the content-addressed store, hash-verified
74
return
initialState;
75
}
76
public
Rules setInitialState(String initialState){
77
this.initialState = initialState;
78
return
this;
79
}
80
}
Callers
1
getRules
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected