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

Method State

src/main/java/scorekeep/State.java:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 private Set<String> turn;
20
21 public State() {
22 }
23
24 public State(String id, String session, String game, String state, Set<String> turn) {
25 this.id = id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected