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

Method pushFavoriteNames

src/helpViewer/packages.ts:170–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169 }
170 private pushFavoriteNames(){
171 if(this.state){
172 void this.state.update('r.helpPanel.favoriteNamesSet', this.favoriteNames);
173 }
174 }
175
176 // let the user pick and install a package from CRAN
177 public async pickAndInstallPackages(pickMany: boolean = false): Promise<boolean> {

Callers 2

addFavoriteMethod · 0.95
removeFavoriteMethod · 0.95

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected