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

Method getGames

src/main/java/scorekeep/Session.java:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 @DynamoDBAttribute(attributeName="games")
60 public Set<String> getGames() {
61 return games;
62 }
63 public void setGames(Set<String> games) {
64 this.games = games;
65 }

Callers 1

deleteGameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected