Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/REditorSupport/vscode-R
/ callBack
Method
callBack
src/helpViewer/treeView.ts:685–687 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
683
iconPath =
new
vscode.ThemeIcon(
'symbol-key'
);
684
685
callBack(){
686
void this.wrapper.rHelp.openHelpForSelection();
687
}
688
}
689
690
class
InstallPackageNode extends NonRootNode {
Callers
nothing calls this directly
Calls
1
openHelpForSelection
Method · 0.80
Tested by
no test coverage detected