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