(folder: NoteFolder, subpath: string)
| 546 | * do, so the colon discriminates the two. |
| 547 | */ |
| 548 | export function favoriteFolderKey(folder: NoteFolder, subpath: string): string { |
| 549 | return folderIconKey(folder, subpath) |
| 550 | } |
| 551 | |
| 552 | export function isFavoriteFolderKey(key: string): boolean { |
| 553 | return key.includes(':') |
no test coverage detected