()
| 169 | await selectNote(meta.path) |
| 170 | } |
| 171 | const onReveal = async (): Promise<void> => { |
| 172 | await window.zen.revealNote(n.path) |
| 173 | } |
| 174 | const onCopyWikilink = async (): Promise<void> => { |
| 175 | await navigator.clipboard.writeText(`[[${n.title}]]`) |
| 176 | } |
nothing calls this directly
no test coverage detected