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

Function hasArrayConfig

packages/ui/src/views/agentflowsv2/ConfigInput.jsx:100–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 const hasArrayConfig = () => {
101 return (
102 parentParamForArray &&
103 data.inputs[parentParamForArray.name] &&
104 Array.isArray(data.inputs[parentParamForArray.name]) &&
105 data.inputs[parentParamForArray.name][arrayIndex] &&
106 data.inputs[parentParamForArray.name][arrayIndex][`${inputParam.name}Config`]
107 )
108 }
109
110 // Helper function to get current input value
111 const getCurrentInputValue = () => {

Callers 4

getCurrentInputValueFunction · 0.85
getConfigDataFunction · 0.85
loadComponentDataFunction · 0.85
updateComponentDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected