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

Method ensureLoaded

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

Source from the content-addressed store, hash-verified

159 }
160
161 async ensureLoaded(item) {
162 await item.ensureLoaded();
163 }
164
165 async ensureVisible(item, align='auto') {
166 await this.tree.ensureVisible(item, align);

Callers 3

applyFilterFunction · 0.80
ObjectExplorerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected