(stateDir: string)
| 109 | } |
| 110 | |
| 111 | export function createWorkspaceStore(stateDir: string): WorkspaceStore { |
| 112 | return new SqliteWorkspaceStore(stateDir); |
| 113 | } |
| 114 | |
| 115 | function rowToWorkspaceSession(row: WorkspaceSessionRow): WorkspaceSession { |
| 116 | return { |