MCPcopy Create free account
hub / github.com/Marus/cortex-debug / onMessage

Method onMessage

src/frontend/swo/core.ts:244–249  ·  view source on GitHub ↗
(message: GrapherMessage)

Source from the content-addressed store, hash-verified

242 }
243
244 private onMessage(message: GrapherMessage) {
245 if (message.type === 'init') {
246 const message = { type: 'configure', graphs: this.graphs, status: this.currentStatus };
247 this.viewPanel.webview.postMessage(message);
248 }
249 }
250}
251
252export class SWORTTCoreBase {

Callers 1

constructorMethod · 0.95

Calls 1

postMessageMethod · 0.80

Tested by

no test coverage detected