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

Method itemData

web/regression/javascript/tree/tree_fake.js:141–147  ·  view source on GitHub ↗
(treeNode)

Source from the content-addressed store, hash-verified

139 }
140
141 itemData(treeNode) {
142 let node = this.findNodeByDomElement(treeNode);
143 if (node === undefined || node === null) {
144 return undefined;
145 }
146 return node.getData();
147 }
148
149 selected() {
150 return this.selectedNode;

Callers

nothing calls this directly

Calls 2

findNodeByDomElementMethod · 0.95
getDataMethod · 0.45

Tested by

no test coverage detected