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

Method checkColOOR

src/LAMAPFVisualizer.jsx:630–636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 }
629
630 checkColOOR() {
631 return (
632 this.state.addedSCol + this.state.addedWidth > this.state.numCol ||
633 this.state.addedGCol + this.state.addedWidth > this.state.numCol ||
634 (this.state.addedWidth && this.state.addedWidth <= 0)
635 );
636 }
637
638 render() {
639 return (

Callers 1

handleAddAgentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected