MCPcopy
hub / github.com/tirth8205/code-review-graph / SimLink

Interface SimLink

code-review-graph-vscode/src/webview/graph.ts:62–66  ·  view source on GitHub ↗

D3 simulation link with resolved source/target.

Source from the content-addressed store, hash-verified

60
61/** D3 simulation link with resolved source/target. */
62interface SimLink extends d3.SimulationLinkDatum<SimNode> {
63 kind: EdgeKind;
64 sourceQualified: string;
65 targetQualified: string;
66}
67
68// ---------------------------------------------------------------------------
69// Constants

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected