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

Method setUsers

src/main/java/scorekeep/Session.java:55–57  ·  view source on GitHub ↗
(Set<String> users)

Source from the content-addressed store, hash-verified

53 return users;
54 }
55 public void setUsers(Set<String> users) {
56 this.users = users;
57 }
58
59 @DynamoDBAttribute(attributeName="games")
60 public Set<String> getGames() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected