Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
13
export
function
getNodeColor(name: string): string {
14
return
getAgentflowIcon(name)?.color ||
'#9e9e9e'
15
}
Callers
2
nodeIconUtils.test.ts
File · 0.90
useFlowHandlers
Function · 0.90
Calls
1
getAgentflowIcon
Function · 0.85
Tested by
no test coverage detected