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

Interface Props

tools/debug-console/components/FlowGraph.tsx:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72interface Props {
73 message: UIMessage | null;
74 userQuery?: string | null;
75 onOpenRef: (ref: WikiRef) => void;
76 onOpenNode: (node: FlowNodeData) => void;
77 streaming?: boolean;
78}
79
80function FlowGraphInner({ message, userQuery, onOpenRef, onOpenNode, streaming }: Props) {
81 const t = useT();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected