MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / Game

Method Game

src/main/java/scorekeep/Game.java:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 private List<String> moves;
26
27 public Game() {
28 }
29
30 public Game(String id, String session) {
31 this.id = id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected