| 260 | * All writes go through this.request(). |
| 261 | */ |
| 262 | export class CCRClient { |
| 263 | private workerEpoch = 0 |
| 264 | private readonly heartbeatIntervalMs: number |
| 265 | private readonly heartbeatJitterFraction: number |
nothing calls this directly
no outgoing calls
no test coverage detected