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

Class

src/utils/nativeInstaller/download.ts:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282class StallTimeoutError extends Error {
283 constructor() {
284 super('Download stalled: no data received for 60 seconds')
285 this.name = 'StallTimeoutError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected