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

Method setLeaf

web/pgadmin/static/js/tree/tree.js:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 }
204
205 setLeaf() {
206 // TBD
207 }
208 async setLabel(item, label) {
209 if (item) {
210 await this.tree.setLabel(item, label);

Callers 3

connect_to_serverFunction · 0.80
fetch_connection_statusFunction · 0.80
showServerPasswordFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected