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

Method constructor

src/cli/transports/ccrClient.ts:56–58  ·  view source on GitHub ↗
(readonly reason: CCRInitFailReason)

Source from the content-addressed store, hash-verified

54/** Thrown by initialize(); carries a typed reason for the diag classifier. */
55export class CCRInitError extends Error {
56 constructor(readonly reason: CCRInitFailReason) {
57 super(`CCRClient init failed: ${reason}`)
58 }
59}
60
61/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected