Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getString
Method · 0.80
printMove
Method · 0.80
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected