MCPcopy Index your code
hub / github.com/codeaashu/claude-code / onBlurTimerFire

Function onBlurTimerFire

src/hooks/useAwaySummary.ts:83–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 function onBlurTimerFire(): void {
84 timerRef.current = null
85 if (isLoadingRef.current) {
86 pendingRef.current = true
87 return
88 }
89 void generate()
90 }
91
92 function onFocusChange(): void {
93 const state = getTerminalFocusState()

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected