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

Method setInode

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

Source from the content-addressed store, hash-verified

212 }
213
214 async setInode(item) {
215 if (item._children) item._children = null;
216 await this.tree.closeDirectory(item);
217 }
218
219 async setId(item, data) {
220 if (item) {

Callers 5

onSuccessFunction · 0.80
fetch_connection_statusFunction · 0.80
onFailureFunction · 0.80
browser.jsFile · 0.80
reloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected