Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ EdgeInfo
Interface
EdgeInfo
website/src/components/FlowchartSVG.tsx:18–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
interface EdgeInfo {
19
key: string;
20
type: string;
21
d: string;
22
mx: number;
23
my: number;
24
}
25
26
export default function FlowchartSVG({
27
data,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected