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

Interface SimNode

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

D3 simulation node extends GraphNode with x/y/vx/vy.

Source from the content-addressed store, hash-verified

57
58/** D3 simulation node extends GraphNode with x/y/vx/vy. */
59interface SimNode extends d3.SimulationNodeDatum, GraphNode {}
60
61/** D3 simulation link with resolved source/target. */
62interface SimLink extends d3.SimulationLinkDatum<SimNode> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected