Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setPhases
Method
setPhases
src/main/java/scorekeep/Rules.java:60–63 ·
view source on GitHub ↗
(String[] phases)
Source
from the content-addressed store, hash-verified
58
return
phases;
59
}
60
public
Rules setPhases(String[] phases){
61
this.phases = phases;
62
return
this;
63
}
64
65
public
String[] getMoves() {
66
return
moves;
Callers
1
getRules
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected