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

Function openNode

tools/debug-console/app/page.tsx:42–45  ·  view source on GitHub ↗
(n: FlowNodeData)

Source from the content-addressed store, hash-verified

40 setPreviewRef(r);
41 };
42 const openNode = (n: FlowNodeData) => {
43 setPreviewRef(null);
44 setPreviewNode(n);
45 };
46 const closePreview = () => {
47 setPreviewRef(null);
48 setPreviewNode(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected