MCPcopy 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.jsFile · 0.45
connect_to_serverFunction · 0.45
onCancelFunction · 0.45
disconnectFunction · 0.45
pga_job.jsFile · 0.45
disconnectFunction · 0.45
foreign_key.jsFile · 0.45
setTriggersFunction · 0.45
partition.jsFile · 0.45
browser.jsFile · 0.45
tree_spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected