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

Method updateLoadingText

frontend/src/webview.ts:452–454  ·  view source on GitHub ↗
(message: string, subtext?: string)

Source from the content-addressed store, hash-verified

450 }
451
452 updateLoadingText(message: string, subtext?: string) {
453 this.postMessage({ command: 'updateLoadingText', text: message, subtext });
454 }
455
456 updateProgress(current: number, total: number) {
457 this.postMessage({ command: 'updateProgress', current, total });

Callers 1

activateFunction · 0.95

Calls 1

postMessageMethod · 0.95

Tested by

no test coverage detected