Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ getOutputAnchors
Function
getOutputAnchors
packages/ui/src/views/agentflowsv2/IterationNode.jsx:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
const getOutputAnchors = () => {
94
return data.outputAnchors ?? []
95
}
96
97
const getAnchorPosition = (index) => {
98
const currentHeight = ref.current?.clientHeight || 0
Callers
3
getAnchorPosition
Function · 0.70
getMinimumHeight
Function · 0.70
IterationNode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected