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

Method hasParent

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

Source from the content-addressed store, hash-verified

302 }
303
304 hasParent(item) {
305 return item?.parent;
306 }
307
308 isOpen(item) {
309 if (item.type === FileType.Directory) {

Callers 2

siblingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected