Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ getPort
Function
getPort
packages/components/nodes/vectorstores/Postgres/driver/Base.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
getPort() {
23
return
getPort(this.nodeData) as number
24
}
25
26
getSSL() {
27
return
getSSL(this.nodeData) as boolean
Callers
nothing calls this directly
Calls
1
getPort
Function · 0.90
Tested by
no test coverage detected