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