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

Function getSSL

packages/components/nodes/vectorstores/Postgres/utils.ts:15–17  ·  view source on GitHub ↗
(nodeData?: INodeData)

Source from the content-addressed store, hash-verified

13}
14
15export function getSSL(nodeData?: INodeData) {
16 return defaultChain(nodeData?.inputs?.ssl, process.env.POSTGRES_VECTORSTORE_SSL, false)
17}
18
19export function getTableName(nodeData?: INodeData) {
20 return defaultChain(nodeData?.inputs?.tableName, process.env.POSTGRES_VECTORSTORE_TABLE_NAME, 'documents')

Callers 1

getSSLFunction · 0.90

Calls 1

defaultChainFunction · 0.90

Tested by

no test coverage detected