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

Method clearGraph

frontend/src/webview.ts:528–532  ·  view source on GitHub ↗

* Clear the graph completely (used when cache is cleared before reanalysis)

()

Source from the content-addressed store, hash-verified

526 * Clear the graph completely (used when cache is cleared before reanalysis)
527 */
528 clearGraph() {
529 this.postMessage({
530 command: 'clearGraph'
531 });
532 }
533
534 showProgressOverlay(message: string) {
535 this.postMessage({ command: 'showProgressOverlay', text: message });

Callers 1

activateFunction · 0.95

Calls 1

postMessageMethod · 0.95

Tested by

no test coverage detected