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

Method wasLoad

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

Source from the content-addressed store, hash-verified

232 }
233
234 wasLoad(item) {
235 if (item?.type === FileType.Directory) {
236 return item.isExpanded && item.children != null && item.children.length > 0;
237 }
238 return true;
239 }
240
241 parent(item) {
242 return item.parent;

Callers 1

browser.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected