Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
export
function
closeDB() {
117
if
(db) {
118
db.close()
119
db = null
120
currentDbPath = null
121
}
122
}
Callers
2
index.ts
File · 0.85
registerIPC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected