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

Method refresh

src/helpViewer/panel.ts:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public async refresh(): Promise<void> {
68 for (const he of [...this.history, ...this.forwardHistory]) {
69 he.isStale = true;
70 }
71 await this.refreshCurrentEntry();
72 }
73
74 public async refreshPreview(packageDir: string): Promise<void> {
75 if(this.currentEntry?.helpFile.packageDir === packageDir){

Callers

nothing calls this directly

Calls 1

refreshCurrentEntryMethod · 0.95

Tested by

no test coverage detected