Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ unload
Method
unload
web/pgadmin/static/js/tree/tree.js:190–192 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
188
}
189
190
async
unload(item) {
191
await
this.tree.unload(item);
192
}
193
194
async
addIcon(item, icon) {
195
if
(item?.getMetadata(
'data'
) !== undefined) {
Callers
12
server.js
File · 0.45
connect_to_server
Function · 0.45
onCancel
Function · 0.45
disconnect
Function · 0.45
pga_job.js
File · 0.45
disconnect
Function · 0.45
check_constraint.js
File · 0.45
foreign_key.js
File · 0.45
setTriggers
Function · 0.45
partition.js
File · 0.45
browser.js
File · 0.45
tree_spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected