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

Function getSectionTierKey

src/browser/utils/ui/workspaceFiltering.ts:898–904  ·  view source on GitHub ↗
(
  projectPath: string,
  sectionId: string,
  tierIndex: number
)

Source from the content-addressed store, hash-verified

896 * This is separate from project-level tiers to allow per-section age collapse.
897 */
898export function getSectionTierKey(
899 projectPath: string,
900 sectionId: string,
901 tierIndex: number
902): string {
903 return `section:${projectPath}:${sectionId}:tier:${tierIndex}`;
904}

Callers 1

renderSectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected