MCPcopy
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
670module.exports = WorkflowDatabase;

Callers 15

initializeDatabaseFunction · 0.95
indexWorkflowsFunction · 0.95
mainFunction · 0.95
init_databaseMethod · 0.80
index_all_workflowsMethod · 0.80
search_workflowsMethod · 0.80
get_statsMethod · 0.80
search_by_categoryMethod · 0.80
get_usage_insightsMethod · 0.80
_get_workflow_detailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected