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

Function showHideInputParams

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

Source from the content-addressed store, hash-verified

693}
694
695const showHideInputParams = (nodeData: Record<string, any>): InputParam[] => {
696 return showHideInputs(nodeData, 'inputParams')
697}
698
699const showHideInputAnchors = (nodeData: Record<string, any>): InputAnchor[] => {
700 return showHideInputs(nodeData, 'inputAnchors')

Callers 1

initNodeFunction · 0.70

Calls 1

showHideInputsFunction · 0.70

Tested by

no test coverage detected