(folder: NoteFolder, subpath: string)
| 537 | } |
| 538 | |
| 539 | export 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 |
no outgoing calls
no test coverage detected