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

Method checkColOOR

src/MAPFVisualizer.jsx:630–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 }
629
630 checkColOOR() {
631 return (
632 this.state.addedSCol + 1 > this.state.numCol || this.state.addedGCol + 1 > this.state.numCol
633 );
634 }
635
636 render() {
637 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected