Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ showHideInputAnchors
Function
showHideInputAnchors
packages/components/src/agentflowv2Generator.ts:699–701 ·
view source on GitHub ↗
(nodeData: Record<string, any>)
Source
from the content-addressed store, hash-verified
697
}
698
699
const
showHideInputAnchors = (nodeData: Record<string, any>): InputAnchor[] => {
700
return
showHideInputs(nodeData,
'inputAnchors'
)
701
}
Callers
1
initNode
Function · 0.70
Calls
1
showHideInputs
Function · 0.70
Tested by
no test coverage detected