Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setUsers
Method
setUsers
src/main/java/scorekeep/Rules.java:44–47 ·
view source on GitHub ↗
(Integer[] users)
Source
from the content-addressed store, hash-verified
42
return
users;
43
}
44
public
Rules setUsers(Integer[] users){
45
this.users = users;
46
return
this;
47
}
48
49
public
Integer getTeams() {
50
return
teams;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected