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

Method remove

web/pgadmin/static/js/tree/tree.js:113–115  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

111 }
112
113 async remove(item) {
114 await this.tree.remove(item);
115 }
116
117 async append(item, data) {
118 return Promise.resolve(await this.tree.create(item, data));

Callers 15

download_and_extractFunction · 0.45
make_dictFunction · 0.45
compare_target_colsMethod · 0.45
table_constraint_compMethod · 0.45
baseFieldsMethod · 0.45
partition.jsFile · 0.45
_modify_column_dataMethod · 0.45
_modify_options_dataMethod · 0.45
baseFieldsMethod · 0.45
format_arguments_from_dbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected