MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / refreshPreview

Method refreshPreview

src/helpViewer/panel.ts:74–78  ·  view source on GitHub ↗
(packageDir: string)

Source from the content-addressed store, hash-verified

72 }
73
74 public async refreshPreview(packageDir: string): Promise<void> {
75 if(this.currentEntry?.helpFile.packageDir === packageDir){
76 await this.refreshCurrentEntry();
77 }
78 }
79
80 private async refreshCurrentEntry(): Promise<void> {
81 if(!this.currentEntry){

Callers 1

refreshPreviewerMethod · 0.80

Calls 1

refreshCurrentEntryMethod · 0.95

Tested by

no test coverage detected