Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
newMove
Method · 0.95
setGameRules
Method · 0.95
getGameUsers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected