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

Function clearTimer

cli/src/hooks/use-freebuff-session.ts:476–481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474 }
475
476 const clearTimer = () => {
477 if (timer) {
478 clearTimeout(timer)
479 timer = null
480 }
481 }
482
483 const schedule = (ms: number) => {
484 if (cancelled) return

Callers 2

scheduleFunction · 0.85
useFreebuffSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected