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

Method handleChangeAlg

src/LAMAPFVisualizer.jsx:276–278  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

274 }
275
276 handleChangeAlg(e) {
277 this.setState({ algorithm: e.target.value });
278 }
279
280 changeMapRow(e) {
281 let t = parseInt(e.target.value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected