MCPcopy Create free account
hub / github.com/StevenLyt/mapf-visualizer / checkRowOOR

Method checkRowOOR

src/LAMAPFVisualizer.jsx:622–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620 }
621
622 checkRowOOR() {
623 return (
624 this.state.addedSRow + this.state.addedHeight > this.state.numRow ||
625 this.state.addedGRow + this.state.addedHeight > this.state.numRow ||
626 (this.state.addedHeight && this.state.addedHeight <= 0)
627 );
628 }
629
630 checkColOOR() {
631 return (

Callers 1

handleAddAgentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected