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

Method notation

src/main/java/game/Cell.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public String notation() {
35 return Character.valueOf((char) (col + 'a')).toString() + (row + 1);
36 }
37}

Callers 2

getStringMethod · 0.80
printMoveMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected