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

Function isArray

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

Source from the content-addressed store, hash-verified

94
95 // Helper function to check if array-based configuration exists
96 const isArray = () => {
97 return parentParamForArray && data.inputs[parentParamForArray.name]
98 }
99
100 const hasArrayConfig = () => {
101 return (

Callers 1

loadComponentDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected