Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
class
Evaluation {
Callers
3
countAllMoves
Method · 0.95
minMax
Method · 0.95
alphaBeta
Method · 0.95
Calls
1
notation
Method · 0.80
Tested by
no test coverage detected