Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ add
Method
add
web/pgadmin/static/js/tree/tree.js:101–103 ·
view source on GitHub ↗
(item, data)
Source
from the content-addressed store, hash-verified
99
}
100
101
async
add(item, data) {
102
await
this.tree.create(item.parent, data.itemData);
103
}
104
105
async
before(item, data) {
106
return
Promise.resolve(
await
this.tree.create(item.parent, data));
Callers
15
add_server
Function · 0.45
on_user_logged_in
Function · 0.45
create
Method · 0.45
create_shared_server
Method · 0.45
create
Method · 0.45
create
Method · 0.45
_update_db_schema_res
Method · 0.45
search_coveringindex
Function · 0.45
parse_format_columns
Function · 0.45
get_columns_sql
Method · 0.45
set_arguments_sqlite
Function · 0.45
GrantWizard
Function · 0.45
Calls
1
create
Method · 0.45
Tested by
no test coverage detected