MCPcopy
hub / github.com/Zie619/n8n-workflows / initialize

Method initialize

src/database.js:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 async initialize() {
28 if (this.initialized) return;
29 await this.initDatabase();
30 this.initialized = true;
31 }
32
33 async initDatabase() {
34 // Ensure database directory exists

Callers 7

indexWorkflowsMethod · 0.95
searchWorkflowsMethod · 0.95
getStatsMethod · 0.95
initializeDatabaseFunction · 0.95
indexWorkflowsFunction · 0.95
mainFunction · 0.95
server.jsFile · 0.80

Calls 1

initDatabaseMethod · 0.95

Tested by

no test coverage detected