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

Method getPorts

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

Source from the content-addressed store, hash-verified

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);}
21 remove() {/*This is intentional (SonarQube)*/}

Callers 3

removeNodeMethod · 0.80
getLinksMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected