Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
downloadAndVerifyBinary
Function · 0.85
Calls
2
clearStallTimer
Function · 0.85
getStallTimeoutMs
Function · 0.85
Tested by
no test coverage detected