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

Method dispose

src/api.d.ts:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13export interface HelpPanel {
14 showHelpForPath(requestPath?: string): void;
15 dispose(): void;
16 refresh(): void;
17}
18

Callers 15

mainFunction · 0.65
restartRTerminalFunction · 0.65
showViewerMethod · 0.65
disposeMethod · 0.65
knitWithProgressFunction · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
deleteMethod · 0.65
updatePreviewMethod · 0.65
disposeMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65

Implementers 1

RHelpsrc/helpViewer/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected