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

Class

src/cli/transports/ccrClient.ts:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 * All writes go through this.request().
261 */
262export class CCRClient {
263 private workerEpoch = 0
264 private readonly heartbeatIntervalMs: number
265 private readonly heartbeatJitterFraction: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected