MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / edgeKey

Function edgeKey

dashboard/graph/src/explorerState.ts:15–17  ·  view source on GitHub ↗
(edge: Pick<GraphEdge, "source" | "target" | "kind">)

Source from the content-addressed store, hash-verified

13}
14
15export function edgeKey(edge: Pick<GraphEdge, "source" | "target" | "kind">): string {
16 return `${edge.source}>${edge.target}:${edge.kind}`;
17}
18
19export function mergeNodesInto(
20 previous: ReadonlyMap<string, GraphNode>,

Callers 1

mergeEdgesIntoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected