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

Function getConfigData

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

Source from the content-addressed store, hash-verified

114
115 // Helper function to get config data
116 const getConfigData = () => {
117 return hasArrayConfig()
118 ? data.inputs[parentParamForArray.name][arrayIndex][`${inputParam.name}Config`]
119 : data.inputs[`${inputParam.name}Config`]
120 }
121
122 // Update component inputs based on configuration
123 if (hasArrayConfig() || data.inputs[`${inputParam.name}Config`]) {

Callers 2

loadComponentDataFunction · 0.85
updateComponentDataFunction · 0.85

Calls 1

hasArrayConfigFunction · 0.85

Tested by

no test coverage detected