MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer / edgeKey

Method edgeKey

frontend/src/cache.ts:717–718  ·  view source on GitHub ↗
(e: CrossFileEdge)

Source from the content-addressed store, hash-verified

715 */
716 private mergeCrossFileEdges(newEdges: CrossFileEdge[]) {
717 const edgeKey = (e: CrossFileEdge) =>
718 `${e.sourceFile}:${e.sourceNodeId}->${e.targetFile}:${e.targetNodeId}`;
719
720 // Build map from existing edges
721 const edgeMap = new Map<string, CrossFileEdge>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected