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

Method constructor

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected