| 3 | import useEditorStore, { Connection, SnippetNode } from "../inspector/store"; |
| 4 | |
| 5 | interface MousePosition { |
| 6 | x: number; |
| 7 | y: number; |
| 8 | } |
| 9 | |
| 10 | interface NodeConnectionProps { |
| 11 | nodes: SnippetNode[]; |
nothing calls this directly
no outgoing calls
no test coverage detected