| 842 | } |
| 843 | |
| 844 | type countingReplicaClient struct { |
| 845 | calls atomic.Uint64 |
| 846 | } |
| 847 | |
| 848 | func newCountingReplicaClient() *countingReplicaClient { return &countingReplicaClient{} } |
| 849 |
nothing calls this directly
no outgoing calls
no test coverage detected