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

Method getUsers

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

Source from the content-addressed store, hash-verified

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

Callers 3

newMoveMethod · 0.95
setGameRulesMethod · 0.95
getGameUsersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected