Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
showRoleReassign
Function · 0.45
database.js
File · 0.45
childCreateMenuEnabled
Function · 0.45
isTreeNodeOfSchemaChild
Function · 0.45
setTriggers
Function · 0.45
column.js
File · 0.45
trigger_function.js
File · 0.45
node.js
File · 0.45
handleDrop
Function · 0.45
handlePaste
Function · 0.45
ancestorWithTypeCatalog
Function · 0.45
Calls
1
getMetadata
Method · 0.45
Tested by
no test coverage detected