MCPcopy Create free account
hub / github.com/Qinbf/groundmap / handleNodeClick

Function handleNodeClick

web/components/walkthrough/ReasoningGraph.tsx:95–97  ·  view source on GitHub ↗
(_e: React.MouseEvent, node: Node)

Source from the content-addressed store, hash-verified

93 });
94
95 const handleNodeClick = (_e: React.MouseEvent, node: Node) => {
96 onSelectNode(node.data as unknown as FlowNodeData);
97 };
98
99 return (
100 <div ref={wrapRef} className="h-full w-full">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected