MCPcopy Index your code
hub / github.com/coding-parrot/chess-engine / getString

Method getString

src/main/java/Engine.java:144–146  ·  view source on GitHub ↗
(Move move)

Source from the content-addressed store, hash-verified

142 }
143
144 private String getString(Move move) {
145 return move.piece.position.notation() + move.target.notation();
146 }
147}
148
149class Evaluation {

Callers 3

countAllMovesMethod · 0.95
minMaxMethod · 0.95
alphaBetaMethod · 0.95

Calls 1

notationMethod · 0.80

Tested by

no test coverage detected