MCPcopy 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_serverFunction · 0.45
on_user_logged_inFunction · 0.45
createMethod · 0.45
create_shared_serverMethod · 0.45
createMethod · 0.45
createMethod · 0.45
_update_db_schema_resMethod · 0.45
search_coveringindexFunction · 0.45
parse_format_columnsFunction · 0.45
get_columns_sqlMethod · 0.45
set_arguments_sqliteFunction · 0.45
GrantWizardFunction · 0.45

Calls 1

createMethod · 0.45

Tested by

no test coverage detected