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

Function renderIcon

packages/ui/src/views/agentflowsv2/AgentFlowNode.jsx:131–136  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

129 }
130
131 const renderIcon = (node) => {
132 const foundIcon = AGENTFLOW_ICONS.find((icon) => icon.name === node.name)
133
134 if (!foundIcon) return null
135 return <foundIcon.icon size={24} color={'white'} />
136 }
137
138 const getBuiltInOpenAIToolIcon = (toolName) => {
139 switch (toolName) {

Callers 1

AgentFlowNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected