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

Method getMoves

src/main/java/scorekeep/Rules.java:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 public String[] getMoves() {
66 return moves;
67 }
68 public Rules setMoves(String[] moves){
69 this.moves = moves;
70 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected