MCPcopy Create free account
hub / github.com/coder/mux / getSectionExpandedKey

Function getSectionExpandedKey

src/browser/utils/ui/workspaceFiltering.ts:890–892  ·  view source on GitHub ↗
(projectPath: string, sectionId: string)

Source from the content-addressed store, hash-verified

888 * Build the storage key for a section's expanded state.
889 */
890export function getSectionExpandedKey(projectPath: string, sectionId: string): string {
891 return `section:${projectPath}:${sectionId}`;
892}
893
894/**
895 * Build the storage key for a section's age tier expanded state.

Callers 2

toggleSectionFunction · 0.90
renderSectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected