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

Function getNodeColor

packages/agentflow/src/core/node-config/nodeIconUtils.ts:13–15  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

11 * Get color for a node by name
12 */
13export function getNodeColor(name: string): string {
14 return getAgentflowIcon(name)?.color || '#9e9e9e'
15}

Callers 2

useFlowHandlersFunction · 0.90

Calls 1

getAgentflowIconFunction · 0.85

Tested by

no test coverage detected