Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_replace
Function · 0.45
download_and_extract
Function · 0.45
onSuccess
Function · 0.45
onSuccess
Function · 0.45
browser.js
File · 0.45
node.js
File · 0.45
callback
Method · 0.45
onHelpClick
Function · 0.45
PsqlComponent
Function · 0.45
onDialogHelp
Function · 0.45
onDialogHelp
Function · 0.45
onHelpClick
Function · 0.45
Calls
2
isOpen
Method · 0.95
toggleDirectory
Method · 0.80
Tested by
no test coverage detected