Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ getSchemaName
Function
getSchemaName
packages/components/nodes/vectorstores/Postgres/utils.ts:27–29 ·
view source on GitHub ↗
(nodeData?: INodeData)
Source
from the content-addressed store, hash-verified
25
}
26
27
export
function
getSchemaName(nodeData?: INodeData) {
28
return
defaultChain(nodeData?.inputs?.schemaName, process.env.POSTGRES_VECTORSTORE_SCHEMA_NAME)
29
}
Callers
1
getSchemaName
Function · 0.90
Calls
1
defaultChain
Function · 0.90
Tested by
no test coverage detected