Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getGame
Method
getGame
src/main/java/scorekeep/Move.java:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
@DynamoDBIndexHashKey(globalSecondaryIndexName=
"game-index"
,attributeName=
"game"
)
34
public
String getGame() {
35
return
game;
36
}
37
public
Move setGame(String gameId){
38
this.game = gameId;
39
return
this;
Callers
3
saveMove
Method · 0.45
newMove
Method · 0.45
saveState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected