Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ openPath
Method
openPath
web/pgadmin/static/js/tree/tree.js:169–172 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
167
}
168
169
async
openPath(item) {
170
parent = item.parent;
171
await
this.tree.openDirectory(parent);
172
}
173
174
async
close(item) {
175
await
this.tree.closeDir(item);
Callers
3
setupDownloader
Function · 0.80
browser.js
File · 0.80
_appendNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected