Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ addGame
Method
addGame
src/main/java/scorekeep/Session.java:69–74 ·
view source on GitHub ↗
(String game)
Source
from the content-addressed store, hash-verified
67
this.games = null;
68
}
69
public
void
addGame(String game) {
70
if
( games == null ) {
71
games =
new
HashSet<String>();
72
}
73
games.add(game);
74
}
75
}
Callers
1
setSessionGame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected