Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuelLabs/sway-vscode-plugin
/ refresh
Method
refresh
client/src/program.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
) {}
26
27
refresh(): void {
28
this._onDidChangeTreeData.fire();
29
}
30
31
getTreeItem(element: TreeItem): TreeItem {
32
return
element;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected