| 12 | const resetTimers = new WeakMap<HTMLButtonElement, number>() |
| 13 | |
| 14 | interface CodeBlockEnhanceOptions { |
| 15 | notePath?: string | null |
| 16 | } |
| 17 | |
| 18 | export function enhanceCodeBlockCopy( |
| 19 | root: ParentNode, |
nothing calls this directly
no outgoing calls
no test coverage detected