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

Method constructor

src/helpViewer/packages.ts:94–99  ·  view source on GitHub ↗
(args: PackageManagerOptions)

Source from the content-addressed store, hash-verified

92
93
94 constructor(args: PackageManagerOptions){
95 this.rHelp = args.rHelp;
96 this.state = args.persistentState;
97 this.cwd = args.cwd;
98 this.pullFavoriteNames();
99 }
100
101 // Functions to force a refresh of listed packages
102 // Useful e.g. after installing/removing packages

Callers

nothing calls this directly

Calls 1

pullFavoriteNamesMethod · 0.95

Tested by

no test coverage detected