MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / setMoves

Method setMoves

src/main/java/scorekeep/Game.java:115–117  ·  view source on GitHub ↗
(List<String> moves)

Source from the content-addressed store, hash-verified

113 return moves;
114 }
115 public void setMoves(List<String> moves) {
116 this.moves = moves;
117 }
118 public void setMove(String move) {
119 if ( moves == null ) {
120 moves = new ArrayList<String>();

Callers 1

getRulesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected