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

Function getNodeInfoOpenStatus

packages/ui/src/views/canvas/CanvasNode.jsx:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 const getNodeInfoOpenStatus = () => {
48 if (isForceCloseNodeInfo) return false
49 else return !canvas.canvasDialogShow && open
50 }
51
52 const nodeOutdatedMessage = (oldVersion, newVersion) => `Node version ${oldVersion} outdated\nUpdate to latest version ${newVersion}`
53

Callers 1

CanvasNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected