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

Method setMoves

src/main/java/scorekeep/Rules.java:68–71  ·  view source on GitHub ↗
(String[] moves)

Source from the content-addressed store, hash-verified

66 return moves;
67 }
68 public Rules setMoves(String[] moves){
69 this.moves = moves;
70 return this;
71 }
72
73 public String getInitialState() {
74 return initialState;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected