MCPcopy
hub / github.com/CodeGraphContext/CodeGraphContext / Props

Interface Props

website/src/components/FlowchartSVG.tsx:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const SLOT_R = 3.5;
8
9interface Props {
10 data: { nodes: any[]; links: any[] };
11 width: number;
12 height: number;
13 nodeColors: Record<string, string>;
14 edgeColors: Record<string, string>;
15 isDark?: boolean;
16}
17
18interface EdgeInfo {
19 key: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected