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

Method refresh

src/helpViewer/helpProvider.ts:189–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187
188 // delete stored aliases, will be generated on next request
189 public async refresh(): Promise<void> {
190 this.aliases = undefined;
191 await this.persistentState?.update('r.helpPanel.cachedAliases', undefined);
192 await this.makeAllAliases();
193 }
194
195 // get a list of all aliases
196 public async getAllAliases(): Promise<rHelp.Alias[] | undefined> {

Callers

nothing calls this directly

Calls 2

makeAllAliasesMethod · 0.95
updateMethod · 0.80

Tested by

no test coverage detected