MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / setState

Method setState

src/main/java/scorekeep/Game.java:104–109  ·  view source on GitHub ↗
(String state)

Source from the content-addressed store, hash-verified

102 this.states = states;
103 }
104 public void setState(String state) {
105 if ( states == null ) {
106 states = new ArrayList<String>();
107 }
108 states.add(state);
109 }
110
111 @DynamoDBAttribute(attributeName="moves")
112 public List<String> getMoves() {

Callers 2

setGameRulesMethod · 0.95
setGameStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected