Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
activate
Function · 0.95
analyzeSelectedFiles
Function · 0.80
analyzeWorkspace
Function · 0.80
Calls
1
postMessage
Method · 0.95
Tested by
no test coverage detected