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

Method notifyWarning

frontend/src/webview.ts:148–153  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

146 }
147
148 notifyWarning(message: string) {
149 this.postMessage({
150 command: 'warning',
151 message
152 });
153 }
154
155 notifyBackendError() {
156 this.postMessage({ command: 'backendError' });

Callers 3

activateFunction · 0.95
analyzeSelectedFilesFunction · 0.80
analyzeWorkspaceFunction · 0.80

Calls 1

postMessageMethod · 0.95

Tested by

no test coverage detected