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

Interface HelpPanel

src/api.d.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11export type HelpSubMenu = 'doc' | 'pkgList' | 'refresh' | '?' | '??';
12
13export interface HelpPanel {
14 showHelpForPath(requestPath?: string): void;
15 dispose(): void;
16 refresh(): void;
17}
18
19
20

Callers 22

updateRequestFunction · 0.65
_handleCommandMethod · 0.65
_handleCommandMethod · 0.65
callBackMethod · 0.65
initializeHelpFunction · 0.65
updateGuestRequestFunction · 0.65
mainFunction · 0.65
restartRTerminalFunction · 0.65
showViewerMethod · 0.65
disposeMethod · 0.65
knitWithProgressFunction · 0.65
constructorMethod · 0.65

Implementers 1

RHelpsrc/helpViewer/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected