MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / getSystemFolderLabel

Function getSystemFolderLabel

packages/app-core/src/lib/system-folder-labels.ts:38–43  ·  view source on GitHub ↗
(
  key: LabelKey,
  overrides?: SystemFolderLabels | null
)

Source from the content-addressed store, hash-verified

36}
37
38export function getSystemFolderLabel(
39 key: LabelKey,
40 overrides?: SystemFolderLabels | null
41): string {
42 return overrides?.[key] ?? DEFAULT_SYSTEM_FOLDER_LABELS[key]
43}
44
45export function resolveSystemFolderLabels(
46 overrides?: SystemFolderLabels | null

Callers 5

QuickNotesViewFunction · 0.90
BreadcrumbFunction · 0.90
SettingsModalFunction · 0.90
TrashViewFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected