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

Method getGame

src/main/java/scorekeep/State.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game")
41 public String getGame() {
42 return game;
43 }
44 public void setGame(String gameId){
45 this.game = gameId;
46 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected