MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / removeParams

Function removeParams

yaml-flow-editor/src/components/NodeConfigPanel.tsx:307–310  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

305 };
306
307 const removeParams = (index: number) => {
308 const updated = paramsList.filter((_, i) => i !== index);
309 handleChange('parameters_list', updated);
310 };
311
312 return (
313 <div className="mb-4">

Callers 1

renderParallelParamsFunction · 0.85

Calls 1

handleChangeFunction · 0.85

Tested by

no test coverage detected