MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / refreshBrowser

Function refreshBrowser

src/session.ts:296–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296export function refreshBrowser(): void {
297 console.log('[refreshBrowser]');
298 if (activeBrowserPanel) {
299 activeBrowserPanel.webview.html = '';
300 if (activeBrowserExternalUri) {
301 activeBrowserPanel.webview.html = getBrowserHtml(activeBrowserExternalUri);
302 }
303 }
304}
305
306export function openExternalBrowser(): void {
307 console.log('[openExternalBrowser]');

Callers

nothing calls this directly

Calls 1

getBrowserHtmlFunction · 0.85

Tested by

no test coverage detected