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

Method Session

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

Source from the content-addressed store, hash-verified

18 private Set<String> games;
19
20 public Session() {
21 }
22
23 public Session(String id) {
24 this.id = id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected