Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/REditorSupport/vscode-R
/ callBack
Method
callBack
src/helpViewer/treeView.ts:710–713 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
708
}
709
710
async
callBack(){
711
await
this.wrapper.rHelp.packageManager.pickAndInstallPackages();
712
this.rootNode.pkgRootNode?.refresh(true);
713
}
714
}
715
716
Callers
nothing calls this directly
Calls
2
pickAndInstallPackages
Method · 0.80
refresh
Method · 0.65
Tested by
no test coverage detected