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

Method refreshPreviewNode

src/helpViewer/treeView.ts:88–94  ·  view source on GitHub ↗
(packageDir: string)

Source from the content-addressed store, hash-verified

86 }
87
88 public refreshPreviewNode(packageDir: string): void {
89 this.helpViewProvider.rootItem.previewChildren?.forEach(node => {
90 if(node.packageDir === packageDir){
91 node.refresh(true);
92 }
93 });
94 }
95
96 public refreshRootNode(): void {
97 this.helpViewProvider.rootItem.refresh(true);

Callers 1

refreshPreviewerMethod · 0.80

Calls 1

refreshMethod · 0.65

Tested by

no test coverage detected