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

Method getData

web/regression/javascript/erd/fake_item.js:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 getID() {return this.id;}
11 setData(data) {this.data = data;}
12 getData() {return this.data;}
13 getPosition() {return {x: 30, y: 30};}
14 setPosition() {/*This is intentional (SonarQube)*/}
15 serializeData() {return this.getData();}

Callers 5

serializeDataMethod · 0.95
table_node.spec.jsFile · 0.45
getTreeNodeHierarchyMethod · 0.45
itemDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected