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

Method before

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

Source from the content-addressed store, hash-verified

103 }
104
105 async before(item, data) {
106 return Promise.resolve(await this.tree.create(item.parent, data));
107 }
108
109 async update(item, data) {
110 await this.tree.update(item, data);

Callers 1

browser.jsFile · 0.45

Calls 1

createMethod · 0.45

Tested by

no test coverage detected