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

Function codeBlockFoldStorageKey

packages/app-core/src/lib/code-block-copy.ts:196–198  ·  view source on GitHub ↗
(notePath: string)

Source from the content-addressed store, hash-verified

194}
195
196function codeBlockFoldStorageKey(notePath: string): string {
197 return `${CODE_BLOCK_FOLDS_STORAGE_PREFIX}:${encodeURIComponent(notePath)}`
198}
199
200function writeClipboardText(text: string): boolean {
201 if (typeof window === 'undefined') return false

Callers 1

enhanceCodeBlockCopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected