MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / emptyTrash

Method emptyTrash

packages/bridge-contract/src/bridge.ts:170–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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>

Callers 4

emptyTrashFunction · 0.65
TrashViewFunction · 0.65
SidebarFunction · 0.65
registerIpcFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected