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

Method getSession

src/workspace-store.ts:33–33  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

31 managed?: boolean;
32 }): WorkspaceSession;
33 getSession(id: string): WorkspaceSession | undefined;
34 touchSession(id: string): void;
35 close?(): void;
36}

Callers 1

getWorkspaceMethod · 0.65

Implementers 1

SqliteWorkspaceStoresrc/workspace-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected