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

Method getPort

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

Source from the content-addressed store, hash-verified

15 serializeData() {return this.getData();}
16 getPortName(attnum) {return `port-${attnum}`;}
17 getPort() {return null;}
18 getPorts() {return null;}
19 addPort(obj) {return obj;}
20 getColumnAt(pos) {return _.find(this.getColumns()||[], (c)=>c.attnum==pos);}

Callers 2

getLeftRightPortsMethod · 0.80
generateColumnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected