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

Method deselect

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

Source from the content-addressed store, hash-verified

223 }
224
225 async deselect(item) {
226 await this.tree.deSelectActiveFile(item);
227 }
228
229 wasInit() {
230 // TBD

Callers 8

updateAndReselectNodeMethod · 0.95
server.jsFile · 0.80
database.jsFile · 0.80
foreign_key.jsFile · 0.80
browser.jsFile · 0.80
reloadMethod · 0.80
changeWorkspaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected