Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REditorSupport/vscode-R
/ callBack
Method
callBack
src/helpViewer/treeView.ts:665–667 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
663
iconPath =
new
vscode.ThemeIcon(
'search'
);
664
665
callBack(){
666
void this.wrapper.rHelp.searchHelpByText();
667
}
668
}
669
670
class
RefreshNode extends NonRootNode {
Callers
nothing calls this directly
Calls
1
searchHelpByText
Method · 0.80
Tested by
no test coverage detected