MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / renderIcon

Function renderIcon

packages/ui/src/views/agentflowsv2/IterationNode.jsx:139–144  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

137 }
138
139 const renderIcon = (node) => {
140 const foundIcon = AGENTFLOW_ICONS.find((icon) => icon.name === node.name)
141
142 if (!foundIcon) return null
143 return <foundIcon.icon size={24} color={'white'} />
144 }
145
146 useEffect(() => {
147 if (ref.current) {

Callers 1

IterationNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected