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

Method getUsers

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

Source from the content-addressed store, hash-verified

49 }
50
51 @DynamoDBAttribute(attributeName="users")
52 public Set<String> getUsers() {
53 return users;
54 }
55 public void setUsers(Set<String> users) {
56 this.users = users;
57 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected