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

Method duplicateNote

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

Source from the content-addressed store, hash-verified

171 archiveNote(relPath: string): Promise<NoteMeta>
172 unarchiveNote(relPath: string): Promise<NoteMeta>
173 duplicateNote(relPath: string): Promise<NoteMeta>
174 exportNotePdf(relPath: string): Promise<string | null>
175 revealNote(relPath: string): Promise<void>
176 /** Reveal the original target of a symlinked note in the OS file manager. */

Callers 4

onDuplicateFunction · 0.65
ArchiveViewFunction · 0.65
SidebarFunction · 0.65
registerIpcFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected