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

Interface CodeBlockEnhanceOptions

packages/app-core/src/lib/code-block-copy.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const resetTimers = new WeakMap<HTMLButtonElement, number>()
13
14interface CodeBlockEnhanceOptions {
15 notePath?: string | null
16}
17
18export function enhanceCodeBlockCopy(
19 root: ParentNode,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected