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

Method getColumnAt

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

Source from the content-addressed store, hash-verified

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)*/}
22 getSchemaTableName() {return [this.data.schema, this.data.name];}
23 getDisplayName() {return `(${this.data.schema}) ${this.data.name}`;}

Callers 1

table_node.spec.jsFile · 0.45

Calls 2

getColumnsMethod · 0.95
findMethod · 0.80

Tested by

no test coverage detected