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

Method makeNewHelpPanel

src/helpViewer/index.ts:370–374  ·  view source on GitHub ↗
(panel?: vscode.WebviewPanel)

Source from the content-addressed store, hash-verified

368
369 // create a new help panel
370 public makeNewHelpPanel(panel?: vscode.WebviewPanel): HelpPanel {
371 const helpPanel = new HelpPanel(this.helpPanelOptions, this, panel);
372 this.helpPanels.unshift(helpPanel);
373 return helpPanel;
374 }
375
376 // return the active help panel
377 // if no help panel is active and fallBack==true, the newest help panel is returned

Callers 4

getNewestHelpPanelMethod · 0.95
_handleCommandMethod · 0.80
_handleCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected