Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/eb-java-scorekeep
/ run
Method
run
src/main/java/scorekeep/MoveFactory.java:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
if
( newStateText.startsWith(
"A"
) || newStateText.startsWith(
"B"
)) {
63
Thread comm =
new
Thread() {
64
public
void
run() {
65
Sns.sendNotification(
"Scorekeep game completed"
,
"Winner: "
+ userId);
66
}
67
};
68
comm.start();
69
}
Callers
1
main
Method · 0.80
Calls
1
sendNotification
Method · 0.95
Tested by
no test coverage detected