MCPcopy Index your code
hub / github.com/ForrestKnight/SokobanSolver / pointHas

Method pointHas

src/BoardState.java:255–257  ·  view source on GitHub ↗

Checks if a row/col pair has a certain bitfield @param row the board row @param col the board column @param field the bitfield to check @return True if the board row/col has the field. False otherwise.

(int row, int col, byte field)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

isSolvedMethod · 0.95
canMoveMethod · 0.95
getMoveMethod · 0.95
nextMoveHasMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected