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

Function createWorkspaceStore

src/workspace-store.ts:111–113  ·  view source on GitHub ↗
(stateDir: string)

Source from the content-addressed store, hash-verified

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

Callers 1

createServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected