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

Method setPosition

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

Source from the content-addressed store, hash-verified

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}`;}
17 getPort() {return null;}

Callers 3

addNodeMethod · 0.80
addCustomWidgetPointMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected