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

Interface CrossFileEdge

frontend/src/cache.ts:41–48  ·  view source on GitHub ↗

* Cross-file edge (stored separately, validated at merge)

Source from the content-addressed store, hash-verified

39 * Cross-file edge (stored separately, validated at merge)
40 */
41interface CrossFileEdge {
42 sourceFile: string;
43 sourceNodeId: string; // Deterministic node ID
44 targetFile: string;
45 targetNodeId: string; // Deterministic node ID
46 label?: string;
47 timestamp: number;
48}
49
50/**
51 * Workflow metadata

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected