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

Function folderIconKey

apps/server/internal/vault/vault.go:454–456  ·  view source on GitHub ↗
(folder NoteFolder, subpath string)

Source from the content-addressed store, hash-verified

452}
453
454func folderIconKey(folder NoteFolder, subpath string) string {
455 return fmt.Sprintf("%s:%s", folder, subpath)
456}
457
458func rewriteFolderIconsForRename(
459 folderIcons map[string]FolderIconID,

Callers 3

removeFolderIconsFunction · 0.70
duplicateFolderIconsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected