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

Method keys

src/util.ts:427–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 }
426
427 public keys(): readonly string[] {
428 return Object.keys(this.items);
429 }
430}
431
432// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any

Callers 4

getGlobalEnvItemsMethod · 0.80
util.tsFile · 0.80
clearCachedFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected