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

Function getAvailableOptions

packages/ui/src/views/canvas/NodeOutputHandler.jsx:31–33  ·  view source on GitHub ↗
(options = [])

Source from the content-addressed store, hash-verified

29 const { reactFlowInstance } = useContext(flowContext)
30
31 const getAvailableOptions = (options = []) => {
32 return options.filter((option) => !option.hidden && !option.isAnchor)
33 }
34
35 const getAnchorOptions = (options = []) => {
36 return options.filter((option) => !option.hidden && option.isAnchor)

Callers 1

NodeOutputHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected