MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / clearClipboardMessage

Function clearClipboardMessage

cli/src/utils/clipboard.ts:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135export function clearClipboardMessage() {
136 if (clearTimer) {
137 clearTimeout(clearTimer)
138 clearTimer = null
139 }
140 emitClipboardMessage(null)
141}
142
143
144// =============================================================================

Callers 1

clipboard.test.tsFile · 0.90

Calls 1

emitClipboardMessageFunction · 0.85

Tested by

no test coverage detected