MCPcopy
hub / github.com/benbjohnson/litestream / countingReplicaClient

Struct countingReplicaClient

vfs_test.go:844–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844type countingReplicaClient struct {
845 calls atomic.Uint64
846}
847
848func newCountingReplicaClient() *countingReplicaClient { return &countingReplicaClient{} }
849

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected