MCPcopy
hub / github.com/FlowiseAI/Flowise / getDataSource

Function getDataSource

packages/server/src/DataSource.ts:104–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104export function getDataSource(): DataSource {
105 if (appDataSource === undefined) {
106 init()
107 }
108 return appDataSource
109}
110
111export const getDatabaseSSLFromEnv = () => {
112 if (process.env.DATABASE_SSL_KEY_BASE64) {

Callers 4

AppClass · 0.90
initDatabaseMethod · 0.90
prepareDataMethod · 0.90

Calls 1

initFunction · 0.70

Tested by

no test coverage detected