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

Function getRightSidebarLayoutKey

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

Source from the content-addressed store, hash-verified

673 * Format: "right-sidebar:layout:{workspaceId}"
674 */
675export function getRightSidebarLayoutKey(workspaceId: string): string {
676 return `right-sidebar:layout:${workspaceId}`;
677}
678
679/**
680 * Get the localStorage key for terminal titles per workspace.

Calls

no outgoing calls

Tested by

no test coverage detected