MCPcopy Index your code
hub / github.com/Waishnav/devspace / close

Method close

src/db/client.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 sqlite: SqliteDatabase;
13 db: AppDatabase;
14 close(): void;
15}
16
17export function databasePath(stateDir: string): string {

Callers 2

startFunction · 0.65
openDatabaseFunction · 0.65

Implementers 3

SqliteOAuthStoresrc/oauth-store.ts
SingleUserOAuthProvidersrc/oauth-provider.ts
SqliteWorkspaceStoresrc/workspace-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected