Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codag-megalith/codag-visualizer
/ notifyBackendError
Method
notifyBackendError
frontend/src/webview.ts:155–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
notifyBackendError() {
156
this.postMessage({ command:
'backendError'
});
157
}
158
159
notifyApiKeyError(reason:
'missing'
|
'invalid'
) {
160
this.postMessage({ command:
'apiKeyError'
, reason });
Callers
2
analyzeSelectedFiles
Function · 0.80
analyzeWorkspace
Function · 0.80
Calls
1
postMessage
Method · 0.95
Tested by
no test coverage detected