Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getStates
Method
getStates
src/main/java/scorekeep/Game.java:97–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
@DynamoDBAttribute(attributeName=
"states"
)
98
public
List<String> getStates() {
99
return
states;
100
}
101
public
void
setStates(List<String> states) {
102
this.states = states;
103
}
Callers
1
newMove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected