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