MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / initializeOutputAnchors

Function initializeOutputAnchors

packages/ui/src/utils/genericHelper.js:103–105  ·  view source on GitHub ↗
(nodeData, newNodeId, isAgentflow)

Source from the content-addressed store, hash-verified

101}
102
103const initializeOutputAnchors = (nodeData, newNodeId, isAgentflow) => {
104 return isAgentflow ? createAgentFlowOutputs(nodeData, newNodeId) : createStandardOutputs(nodeData, newNodeId)
105}
106
107export const initializeDefaultNodeData = (nodeParams) => {
108 const initialValues = {}

Callers 1

initNodeFunction · 0.70

Calls 2

createStandardOutputsFunction · 0.85
createAgentFlowOutputsFunction · 0.70

Tested by

no test coverage detected