Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ constructor
Method
constructor
src/workspace-store.ts:41–43 ·
view source on GitHub ↗
(stateDir: string)
Source
from the content-addressed store, hash-verified
39
private readonly database: DatabaseHandle;
40
41
constructor(stateDir: string) {
42
this.database = openDatabase(stateDir);
43
}
44
45
createSession(input: {
46
id: string;
Callers
nothing calls this directly
Calls
1
openDatabase
Function · 0.85
Tested by
no test coverage detected