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