()
| 168 | moveToTrash(relPath: string): Promise<NoteMeta> |
| 169 | restoreFromTrash(relPath: string): Promise<NoteMeta> |
| 170 | emptyTrash(): Promise<void> |
| 171 | archiveNote(relPath: string): Promise<NoteMeta> |
| 172 | unarchiveNote(relPath: string): Promise<NoteMeta> |
| 173 | duplicateNote(relPath: string): Promise<NoteMeta> |
no outgoing calls
no test coverage detected