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

Method printMove

src/main/java/game/Move.java:62–64  ·  view source on GitHub ↗
(Piece piece, Cell cell)

Source from the content-addressed store, hash-verified

60 }
61
62 private String printMove(Piece piece, Cell cell) {
63 return piece.getShortForm() + "," + piece.position.notation() + cell.notation();
64 }
65
66 @Override
67 public boolean equals(Object o) {

Callers 1

toStringMethod · 0.95

Calls 2

getShortFormMethod · 0.80
notationMethod · 0.80

Tested by

no test coverage detected