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

Function makeNode

packages/agentflow/src/useAgentflow.test.tsx:11–11  ·  view source on GitHub ↗
(id: string, overrides?: Partial<ReturnType<typeof makeFlowNode>>)

Source from the content-addressed store, hash-verified

9import { useAgentflow } from './useAgentflow'
10
11const makeNode = (id: string, overrides?: Partial<ReturnType<typeof makeFlowNode>>) => makeFlowNode(id, overrides)
12const makeEdge = makeFlowEdge
13
14const createWrapper = (initialFlow?: FlowData) => {

Callers 1

Calls 1

makeFlowNodeFunction · 0.90

Tested by

no test coverage detected