Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ close
Method
close
src/workspace-store.ts:35–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
getSession(id: string): WorkspaceSession | undefined;
34
touchSession(id: string): void;
35
close?(): void;
36
}
37
38
export
class
SqliteWorkspaceStore implements WorkspaceStore {
Callers
1
close
Method · 0.65
Implementers
1
SqliteWorkspaceStore
src/workspace-store.ts
Calls
no outgoing calls
Tested by
no test coverage detected