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

Method deserializeWebviewPanel

src/helpViewer/index.ts:282–289  ·  view source on GitHub ↗
(
        webviewPanel: vscode.WebviewPanel,
        path: string,
    )

Source from the content-addressed store, hash-verified

280 }
281
282 async deserializeWebviewPanel(
283 webviewPanel: vscode.WebviewPanel,
284 path: string,
285 ): Promise<void> {
286 const panel = this.makeNewHelpPanel(webviewPanel);
287 await this.showHelpForPath(path, undefined, true, panel);
288 return;
289 }
290
291 // used to close files, stop servers etc.
292 public dispose(): void {

Callers

nothing calls this directly

Calls 2

makeNewHelpPanelMethod · 0.95
showHelpForPathMethod · 0.95

Tested by

no test coverage detected