Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getTurn
Method
getTurn
src/main/java/scorekeep/State.java:64–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
@DynamoDBAttribute(attributeName=
"turn"
)
65
public
Set<String> getTurn() {
66
return
turn;
67
}
68
public
void
setTurn(Set<String> turn) {
69
this.turn = turn;
70
}
Callers
1
newMove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected