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

Method initialize

packages/server/src/NodesPool.ts:18–21  ·  view source on GitHub ↗

* Initialize to get all nodes & credentials

()

Source from the content-addressed store, hash-verified

16 * Initialize to get all nodes & credentials
17 */
18 async initialize() {
19 await this.initializeNodes()
20 await this.initializeCredentials()
21 }
22
23 /**
24 * Initialize nodes

Callers 2

prepareDataMethod · 0.95
initDatabaseMethod · 0.45

Calls 2

initializeNodesMethod · 0.95
initializeCredentialsMethod · 0.95

Tested by

no test coverage detected