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

Method notifyApiKeyError

frontend/src/webview.ts:159–161  ·  view source on GitHub ↗
(reason: 'missing' | 'invalid')

Source from the content-addressed store, hash-verified

157 }
158
159 notifyApiKeyError(reason: 'missing' | 'invalid') {
160 this.postMessage({ command: 'apiKeyError', reason });
161 }
162
163 dismissErrorOverlays() {
164 this.postMessage({ command: 'dismissErrorOverlays' });

Callers 2

analyzeSelectedFilesFunction · 0.80
analyzeWorkspaceFunction · 0.80

Calls 1

postMessageMethod · 0.95

Tested by

no test coverage detected