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

Function resetStallTimer

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

Source from the content-addressed store, hash-verified

310 }
311
312 const resetStallTimer = () => {
313 clearStallTimer()
314 stallTimer = setTimeout(c => c.abort(), getStallTimeoutMs(), controller)
315 }
316
317 try {
318 // Start the stall timer before the request

Callers 1

downloadAndVerifyBinaryFunction · 0.85

Calls 2

clearStallTimerFunction · 0.85
getStallTimeoutMsFunction · 0.85

Tested by

no test coverage detected