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

Function showHideInputAnchors

packages/ui/src/utils/genericHelper.js:1340–1342  ·  view source on GitHub ↗
(nodeData)

Source from the content-addressed store, hash-verified

1338}
1339
1340export const showHideInputAnchors = (nodeData) => {
1341 return showHideInputs(nodeData, 'inputAnchors')
1342}
1343
1344export const applyVisibleInputDefaults = (params, inputs) => {
1345 const result = { ...(inputs ?? {}) }

Callers 2

initNodeFunction · 0.70
updateOutdatedNodeDataFunction · 0.70

Calls 1

showHideInputsFunction · 0.70

Tested by

no test coverage detected