Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
export
function
databasePath(stateDir: string): string {
Callers
2
start
Function · 0.65
openDatabase
Function · 0.65
Implementers
3
SqliteOAuthStore
src/oauth-store.ts
SingleUserOAuthProvider
src/oauth-provider.ts
SqliteWorkspaceStore
src/workspace-store.ts
Calls
no outgoing calls
Tested by
no test coverage detected