MCPcopy Create free account
hub / github.com/massCodeIO/massCode / closeDB

Function closeDB

src/main/db/index.ts:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116export function closeDB() {
117 if (db) {
118 db.close()
119 db = null
120 currentDbPath = null
121 }
122}

Callers 2

index.tsFile · 0.85
registerIPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected