Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getWorkspace
Method · 0.65
Implementers
1
SqliteWorkspaceStore
src/workspace-store.ts
Calls
no outgoing calls
Tested by
no test coverage detected