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

Function edgeChanged

frontend/src/webview-client/graph-diff.ts:82–84  ·  view source on GitHub ↗
(oldEdge: WorkflowEdge, newEdge: WorkflowEdge)

Source from the content-addressed store, hash-verified

80}
81
82function edgeChanged(oldEdge: WorkflowEdge, newEdge: WorkflowEdge): boolean {
83 return oldEdge.label !== newEdge.label;
84}
85
86function workflowChanged(oldWorkflow: Workflow, newWorkflow: Workflow): boolean {
87 return oldWorkflow.name !== newWorkflow.name ||

Callers 1

computeGraphDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected