Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_server
Function · 0.80
fetch_connection_status
Function · 0.80
showServerPassword
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected