Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/REditorSupport/vscode-R
/ refreshPackageRootNode
Method
refreshPackageRootNode
src/helpViewer/treeView.ts:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
public refreshPackageRootNode(): void {
85
this.helpViewProvider.rootItem?.pkgRootNode?.refresh();
86
}
87
88
public refreshPreviewNode(packageDir: string): void {
89
this.helpViewProvider.rootItem.previewChildren?.forEach(node => {
Callers
1
refresh
Method · 0.80
Calls
1
refresh
Method · 0.65
Tested by
no test coverage detected