Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getTeams
Method
getTeams
src/main/java/scorekeep/Rules.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
Integer getTeams() {
50
return
teams;
51
}
52
public
Rules setTeams(Integer teams){
53
this.teams = teams;
54
return
this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected