Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eveningkid/denodb
/ close
Method
close
lib/database.ts:304–306 ·
view source on GitHub ↗
Close the current database connection.
()
Source
from the content-addressed store, hash-verified
302
303
/** Close the current database connection. */
304
close() {
305
return
this.getConnector().close();
306
}
307
}
Callers
nothing calls this directly
Calls
2
getConnector
Method · 0.95
close
Method · 0.65
Tested by
no test coverage detected