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

Method setData

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

Source from the content-addressed store, hash-verified

9 getColumns() {return this.data.columns;}
10 getID() {return this.id;}
11 setData(data) {this.data = data;}
12 getData() {return this.data;}
13 getPosition() {return {x: 30, y: 30};}
14 setPosition() {/*This is intentional (SonarQube)*/}

Callers 2

table_node.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected