MCPcopy Create free account
hub / github.com/47ng/nuqs / Edge

Interface Edge

packages/docs/src/components/commit-graph.tsx:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90interface Edge {
91 fromRail: number
92 toRail: number
93 color: string
94 type: 'straight' | 'merge-in' | 'fork-out'
95}
96
97function computeLayout(commits: Commit[]): GraphRow[] {
98 const rows: GraphRow[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected