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

Method remove

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

Source from the content-addressed store, hash-verified

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}`;}
24 cloneData(tabName) {

Callers 8

runtests.pyFile · 0.45
remove_db_fileFunction · 0.45
create_expected_outputFunction · 0.45
delete_databaseFunction · 0.45
delete_rolesFunction · 0.45
beforeMethod · 0.45
runTestMethod · 0.45

Calls

no outgoing calls

Tested by 7

remove_db_fileFunction · 0.36
create_expected_outputFunction · 0.36
delete_databaseFunction · 0.36
delete_rolesFunction · 0.36
beforeMethod · 0.36
runTestMethod · 0.36