Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Zie619/n8n-workflows
/ close
Method
close
src/database.js:663–667 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
661
}
662
663
close() {
664
if
(this.db) {
665
this.db.close();
666
}
667
}
668
}
669
670
module.exports = WorkflowDatabase;
Callers
15
initializeDatabase
Function · 0.95
indexWorkflows
Function · 0.95
main
Function · 0.95
init_database
Method · 0.80
index_all_workflows
Method · 0.80
search_workflows
Method · 0.80
get_stats
Method · 0.80
search_by_category
Method · 0.80
get_workflow_analytics
Method · 0.80
get_usage_insights
Method · 0.80
_search_workflows_enhanced
Method · 0.80
_get_workflow_details
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected