(projectPath: string, sectionId: string)
| 888 | * Build the storage key for a section's expanded state. |
| 889 | */ |
| 890 | export 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. |
no outgoing calls
no test coverage detected