MCPcopy 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

getAnchorPositionFunction · 0.70
getMinimumHeightFunction · 0.70
IterationNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected