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

Function getSSL

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

Source from the content-addressed store, hash-verified

24 }
25
26 getSSL() {
27 return getSSL(this.nodeData) as boolean
28 }
29
30 getDatabase() {
31 return getDatabase(this.nodeData) as string

Callers

nothing calls this directly

Calls 1

getSSLFunction · 0.90

Tested by

no test coverage detected