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

Function folderIconKey

packages/app-core/src/lib/vault-layout.ts:539–541  ·  view source on GitHub ↗
(folder: NoteFolder, subpath: string)

Source from the content-addressed store, hash-verified

537}
538
539export function folderIconKey(folder: NoteFolder, subpath: string): string {
540 return `${folder}:${subpath}`
541}
542
543/**
544 * Favorites store either a note's vault-relative path (e.g. `inbox/Idea.md`) or a

Callers 10

resolveFolderColorIdFunction · 0.90
resolveFolderIconIdFunction · 0.90
SidebarFunction · 0.90
favoriteFolderKeyFunction · 0.70
removeFolderIconsFunction · 0.70
duplicateFolderIconsFunction · 0.70
rewriteFolderKeyMapFunction · 0.70
removeFolderKeyMapFunction · 0.70
duplicateFolderKeyMapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected