MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / open

Method open

web/pgadmin/static/js/tree/tree.js:156–159  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

154 }
155
156 async open(item) {
157 if (this.isOpen(item)) { return true; }
158 await this.tree.toggleDirectory(item);
159 }
160
161 async ensureLoaded(item) {
162 await item.ensureLoaded();

Callers 15

find_replaceFunction · 0.45
download_and_extractFunction · 0.45
onSuccessFunction · 0.45
onSuccessFunction · 0.45
browser.jsFile · 0.45
node.jsFile · 0.45
callbackMethod · 0.45
onHelpClickFunction · 0.45
PsqlComponentFunction · 0.45
onDialogHelpFunction · 0.45
onDialogHelpFunction · 0.45
onHelpClickFunction · 0.45

Calls 2

isOpenMethod · 0.95
toggleDirectoryMethod · 0.80

Tested by

no test coverage detected