Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coding-parrot/chess-engine
/ getBoard
Method
getBoard
src/main/java/Engine.java:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
public
Board getBoard() {
195
return
board;
196
}
197
198
@Override
199
public
String toString() {
Callers
1
alphaBeta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected