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

Method setLabel

web/pgadmin/static/js/tree/tree.js:208–212  ·  view source on GitHub ↗
(item, label)

Source from the content-addressed store, hash-verified

206 // TBD
207 }
208 async setLabel(item, label) {
209 if (item) {
210 await this.tree.setLabel(item, label);
211 }
212 }
213
214 async setInode(item) {
215 if (item._children) item._children = null;

Callers 3

disconnectFunction · 0.80
disconnectFunction · 0.80
browser.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected