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

Method update

src/util.ts:423–425  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

421 }
422 // eslint-disable-next-line @typescript-eslint/require-await, @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any
423 public async update(key: string, value: any): Promise<void> {
424 this.items.set(key, value);
425 }
426
427 public keys(): readonly string[] {
428 return Object.keys(this.items);

Callers 7

promptToInstallRPackageFunction · 0.80
previewDocumentMethod · 0.80
clearCachedFilesMethod · 0.80
updateCachedIndexFileMethod · 0.80
pushFavoriteNamesMethod · 0.80
refreshMethod · 0.80
getAllAliasesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected