Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ getPortName
Method
getPortName
web/regression/javascript/erd/fake_item.js:16–16 ·
view source on GitHub ↗
(attnum)
Source
from the content-addressed store, hash-verified
14
setPosition() {/*This is intentional (SonarQube)*/}
15
serializeData() {
return
this.getData();}
16
getPortName(attnum) {
return
`port-${attnum}`;}
17
getPort() {
return
null;}
18
getPorts() {
return
null;}
19
addPort(obj) {
return
obj;}
Callers
1
table_node.spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected