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

Method getData

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

Source from the content-addressed store, hash-verified

324 }
325
326 getData(item) {
327 return (item?.getMetadata('data') !== undefined) ? item?._metadata.data : [];
328 }
329
330 isRootNode(item) {
331 const model = this.tree.getModel();

Callers 15

server.jsFile · 0.45
showRoleReassignFunction · 0.45
database.jsFile · 0.45
childCreateMenuEnabledFunction · 0.45
isTreeNodeOfSchemaChildFunction · 0.45
setTriggersFunction · 0.45
column.jsFile · 0.45
node.jsFile · 0.45
handleDropFunction · 0.45
handlePasteFunction · 0.45
ancestorWithTypeCatalogFunction · 0.45

Calls 1

getMetadataMethod · 0.45

Tested by

no test coverage detected