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

Function removeCall

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

Source from the content-addressed store, hash-verified

219 };
220
221 const removeCall = (index: number) => {
222 const updated = calls.filter((_, i) => i !== index);
223 handleChange('calls', updated);
224 };
225
226 return (
227 <div className="mb-4">

Callers 2

renderGatherCallsFunction · 0.85
NestedGatherContainerFunction · 0.85

Calls 1

handleChangeFunction · 0.85

Tested by

no test coverage detected