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

Function folderIconKey

apps/desktop/src/main/vault.ts:990–992  ·  view source on GitHub ↗
(folder: NoteFolder, subpath: string)

Source from the content-addressed store, hash-verified

988}
989
990function folderIconKey(folder: NoteFolder, subpath: string): string {
991 return `${folder}:${subpath}`
992}
993
994function rewriteFolderIconsForRename(
995 folderIcons: Record<string, FolderIconId>,

Callers 5

removeFolderIconsFunction · 0.70
removeFolderColorsFunction · 0.70
duplicateFolderIconsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected