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

Method updateHtml

src/frontend/rtos/rtos.ts:421–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 }
420
421 public updateHtml() {
422 if (this.webviewView) {
423 this.webviewView.webview.html = this.getHtmlForWebview();
424 // console.log(this.webviewView.webview.html);
425 }
426 }
427
428 private getHtmlForWebview(): string {
429 const webview = this.webviewView?.webview;

Callers 3

resolveWebviewViewMethod · 0.95
onStoppedMethod · 0.80
updateMethod · 0.80

Calls 1

getHtmlForWebviewMethod · 0.95

Tested by

no test coverage detected