Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
indexWorkflows
Method · 0.95
searchWorkflows
Method · 0.95
getStats
Method · 0.95
initializeDatabase
Function · 0.95
indexWorkflows
Function · 0.95
main
Function · 0.95
server.js
File · 0.80
Calls
1
initDatabase
Method · 0.95
Tested by
no test coverage detected