Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_extract
Function · 0.45
make_dict
Function · 0.45
_format_arguments_from_db
Method · 0.45
compare_target_cols
Method · 0.45
table_constraint_comp
Method · 0.45
get_table_submodules_dependencies
Method · 0.45
baseFields
Method · 0.45
partition.js
File · 0.45
_modify_column_data
Method · 0.45
_modify_options_data
Method · 0.45
baseFields
Method · 0.45
format_arguments_from_db
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected