MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / showHideInputAnchors

Function showHideInputAnchors

packages/components/src/agentflowv2Generator.ts:699–701  ·  view source on GitHub ↗
(nodeData: Record<string, any>)

Source from the content-addressed store, hash-verified

697}
698
699const showHideInputAnchors = (nodeData: Record<string, any>): InputAnchor[] => {
700 return showHideInputs(nodeData, 'inputAnchors')
701}

Callers 1

initNodeFunction · 0.70

Calls 1

showHideInputsFunction · 0.70

Tested by

no test coverage detected