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

Function FlowGraph

tools/debug-console/components/FlowGraph.tsx:221–227  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

219}
220
221export function FlowGraph(props: Props) {
222 return (
223 <ReactFlowProvider>
224 <FlowGraphInner {...props} />
225 </ReactFlowProvider>
226 );
227}
228
229export type { GraphNode, GraphEdge };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected