MCPcopy
hub / github.com/Waishnav/devspace / touchSession

Method touchSession

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

Source from the content-addressed store, hash-verified

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

Callers 1

getWorkspaceMethod · 0.65

Implementers 1

SqliteWorkspaceStoresrc/workspace-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected