(folder: NoteFolder, subpath: string)
| 275 | } |
| 276 | |
| 277 | function folderSelectionKey(folder: NoteFolder, subpath: string): string { |
| 278 | return `folder:${folder}:${encodeURIComponent(subpath)}`; |
| 279 | } |
| 280 | |
| 281 | function selectionKeyForItem(item: SidebarSelectionItem): string { |
| 282 | return item.kind === "note" |
no outgoing calls
no test coverage detected