MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearStallTimer

Function clearStallTimer

src/utils/nativeInstaller/download.ts:305–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 let stallTimer: ReturnType<typeof setTimeout> | undefined
304
305 const clearStallTimer = () => {
306 if (stallTimer) {
307 clearTimeout(stallTimer)
308 stallTimer = undefined
309 }
310 }
311
312 const resetStallTimer = () => {
313 clearStallTimer()

Callers 2

resetStallTimerFunction · 0.85
downloadAndVerifyBinaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected