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

Method setGame

src/main/java/scorekeep/State.java:44–46  ·  view source on GitHub ↗
(String gameId)

Source from the content-addressed store, hash-verified

42 return game;
43 }
44 public void setGame(String gameId){
45 this.game = gameId;
46 }
47
48 @DynamoDBAttribute(attributeName="session")
49 public String getSession() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected