MCPcopy 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

setupDownloaderFunction · 0.80
browser.jsFile · 0.80
_appendNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected