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

Method getSession

src/main/java/scorekeep/Move.java:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 @DynamoDBAttribute(attributeName="session")
43 public String getSession() {
44 return session;
45 }
46 public Move setSession(String sessionId) {
47 this.session = sessionId;
48 return this;

Callers 3

saveMoveMethod · 0.45
saveGameMethod · 0.45
saveStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected