MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / setMove

Method setMove

src/main/java/scorekeep/Move.java:64–67  ·  view source on GitHub ↗
(String moveId)

Source from the content-addressed store, hash-verified

62 return move;
63 }
64 public Move setMove(String moveId) {
65 this.move = moveId;
66 return this;
67 }
68}

Callers 1

newMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected