Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setMove
Method
setMove
src/main/java/scorekeep/Game.java:118–123 ·
view source on GitHub ↗
(String move)
Source
from the content-addressed store, hash-verified
116
this.moves = moves;
117
}
118
public
void
setMove(String move) {
119
if
( moves == null ) {
120
moves =
new
ArrayList<String>();
121
}
122
moves.add(move);
123
}
124
}
Callers
1
setGameMove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected