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 not stored for this graph (policy: none)
no outgoing calls
no test coverage detected