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

Method callBack

src/helpViewer/treeView.ts:674–678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672 iconPath = new vscode.ThemeIcon('refresh');
673
674 async callBack(){
675 await doWithProgress(() => this.wrapper.rHelp.refresh(), this.wrapper.viewId);
676 this.rootNode.pkgRootNode?.refresh();
677 this.rootNode.refresh();
678 }
679}
680
681class OpenForSelectionNode extends NonRootNode {

Callers

nothing calls this directly

Calls 2

doWithProgressFunction · 0.90
refreshMethod · 0.65

Tested by

no test coverage detected