(int row, int col)
| 13 | } |
| 14 | |
| 15 | public boolean isOpen(int row, int col) { |
| 16 | // TODO: Fill in this method. |
| 17 | return false; |
| 18 | } |
| 19 | |
| 20 | public boolean isFull(int row, int col) { |
| 21 | // TODO: Fill in this method. |
nothing calls this directly
no outgoing calls
no test coverage detected