MCPcopy 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

gameplayTestMethod · 0.95
setGameRulesMethod · 0.80

Calls

no outgoing calls

Tested by 1

gameplayTestMethod · 0.76