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

Method getPosition

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

Source from the content-addressed store, hash-verified

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();}
16 getPortName(attnum) {return `port-${attnum}`;}

Callers 3

scrollToNodeMethod · 0.80
onCloneNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected