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

Method updateGraph

frontend/src/webview.ts:505–513  ·  view source on GitHub ↗
(graph: WorkflowGraph, pendingNodeIds?: string[], fileChange?: { filePath: string; functions: string[] })

Source from the content-addressed store, hash-verified

503 }
504
505 updateGraph(graph: WorkflowGraph, pendingNodeIds?: string[], fileChange?: { filePath: string; functions: string[] }) {
506 this.postMessage({
507 command: 'updateGraph',
508 graph,
509 preserveState: true,
510 pendingNodeIds,
511 fileChange
512 });
513 }
514
515 /**
516 * Initialize graph after file picker closes (for cached data)

Callers 4

activateFunction · 0.95
analyzeSelectedFilesFunction · 0.80
analyzeWorkspaceFunction · 0.80
scheduleFileAnalysisFunction · 0.80

Calls 1

postMessageMethod · 0.95

Tested by

no test coverage detected