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

Method deleteNote

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

Source from the content-addressed store, hash-verified

165 convertObsidianExcalidraw?(relPath: string): Promise<NoteMeta>
166 renameNote(relPath: string, nextTitle: string): Promise<NoteMeta>
167 deleteNote(relPath: string): Promise<void>
168 moveToTrash(relPath: string): Promise<NoteMeta>
169 restoreFromTrash(relPath: string): Promise<NoteMeta>
170 emptyTrash(): Promise<void>

Callers 4

onDeleteForeverFunction · 0.65
TrashViewFunction · 0.65
SidebarFunction · 0.65
registerIpcFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected