MCPcopy 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

getAnchorPositionFunction · 0.70
getMinimumHeightFunction · 0.70
AgentFlowNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected