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

Method getMoves

src/main/java/scorekeep/Game.java:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 @DynamoDBAttribute(attributeName="moves")
112 public List<String> getMoves() {
113 return moves;
114 }
115 public void setMoves(List<String> moves) {
116 this.moves = moves;
117 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected