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

Method createSession

src/workspace-store.ts:24–24  ·  view source on GitHub ↗
(input: {
    id: string;
    root: string;
    mode?: WorkspaceMode;
    sourceRoot?: string;
    baseRef?: string;
    baseSha?: string;
    managed?: boolean;
  })

Source from the content-addressed store, hash-verified

22
23export interface WorkspaceStore {
24 createSession(input: {
25 id: string;
26 root: string;
27 mode?: WorkspaceMode;

Callers 1

Implementers 1

SqliteWorkspaceStoresrc/workspace-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected