Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setGames
Method
setGames
src/main/java/scorekeep/Session.java:63–65 ·
view source on GitHub ↗
(Set<String> games)
Source
from the content-addressed store, hash-verified
61
return
games;
62
}
63
public
void
setGames(Set<String> games) {
64
this.games = games;
65
}
66
public
void
clearGames() {
67
this.games = null;
68
}
Callers
1
deleteGame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected