MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / update

Method update

web/pgadmin/static/js/tree/tree.js:109–111  ·  view source on GitHub ↗
(item, data)

Source from the content-addressed store, hash-verified

107 }
108
109 async update(item, data) {
110 await this.tree.update(item, data);
111 }
112
113 async remove(item) {
114 await this.tree.remove(item);

Callers 15

updateAndReselectNodeMethod · 0.95
edit_browsers_jsonFunction · 0.45
get_all_keywordsFunction · 0.45
config.pyFile · 0.45
messagesMethod · 0.45
create_appFunction · 0.45
evaluate_config.pyFile · 0.45
restart_debuggingFunction · 0.45
panelFunction · 0.45
panelFunction · 0.45
change_ownerFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_create_dummy_appFunction · 0.36
execute_testFunction · 0.36
print_test_resultsFunction · 0.36
get_scenario_nameFunction · 0.36
loginMethod · 0.36