Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderGatherCalls
Function · 0.85
NestedGatherContainer
Function · 0.85
Calls
1
handleChange
Function · 0.85
Tested by
no test coverage detected