MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getHost

Function getHost

packages/components/nodes/vectorstores/Postgres/driver/Base.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 getHost() {
19 return getHost(this.nodeData) as string
20 }
21
22 getPort() {
23 return getPort(this.nodeData) as number

Callers

nothing calls this directly

Calls 1

getHostFunction · 0.90

Tested by

no test coverage detected