MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / setTurn

Method setTurn

src/main/java/scorekeep/State.java:68–70  ·  view source on GitHub ↗
(Set<String> turn)

Source from the content-addressed store, hash-verified

66 return turn;
67 }
68 public void setTurn(Set<String> turn) {
69 this.turn = turn;
70 }
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected