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

Method getUsers

src/main/java/scorekeep/Rules.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public Integer[] getUsers() {
42 return users;
43 }
44 public Rules setUsers(Integer[] users){
45 this.users = users;
46 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected