MCPcopy
hub / github.com/coder/mux / getWorkspaceLastReadKey

Function getWorkspaceLastReadKey

src/common/constants/storage.ts:626–628  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

624 * Format: "workspaceLastRead:{workspaceId}"
625 */
626export function getWorkspaceLastReadKey(workspaceId: string): string {
627 return `workspaceLastRead:${workspaceId}`;
628}
629
630/**
631 * Left sidebar collapsed state (global, manual toggle)

Callers 13

handleResponseCompleteFunction · 0.90
ProjectSidebarInnerFunction · 0.90
renderIdleStateFunction · 0.90
renderSubAgentGalleryFunction · 0.90
handleSendFunction · 0.90
useWorkspaceUnreadFunction · 0.90
useUnreadTrackingFunction · 0.90
subagents.test.tsFile · 0.90
getLastReadTimestampFunction · 0.90

Calls

no outgoing calls

Tested by 1

getLastReadTimestampFunction · 0.72