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

Function useUpdateNodeInternals

packages/agentflow/src/__mocks__/reactflow.tsx:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63// Hook to update node internals (used for dynamic handle positioning)
64export const useUpdateNodeInternals = () => jest.fn()
65
66// Hook to access ReactFlow store state
67export const useStore = (selector?: any) => (selector ? selector({}) : {})

Callers 10

NodeInputHandlerFunction · 0.90
NodeOutputHandlerFunction · 0.90
EditNodeDialogFunction · 0.90
IterationNodeFunction · 0.90
AgentFlowNodeFunction · 0.90
NodeInputHandlerFunction · 0.90
IterationNodeComponentFunction · 0.90
EditNodeDialogComponentFunction · 0.90
useDynamicOutputPortsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected