MCPcopy
hub / github.com/grafana/dskit / sozPropagationTracker

Function sozPropagationTracker

kv/memberlist/propagation_tracker.pb.go:411–413  ·  view source on GitHub ↗
(x uint64)

Source from the content-addressed store, hash-verified

409 return (math_bits.Len64(x|1) + 6) / 7
410}
411func sozPropagationTracker(x uint64) (n int) {
412 return sovPropagationTracker(uint64((x << 1) ^ uint64((int64(x) >> 63))))
413}
414func (this *PropagationDelayTrackerDesc) String() string {
415 if this == nil {
416 return "nil"

Callers

nothing calls this directly

Calls 1

sovPropagationTrackerFunction · 0.85

Tested by

no test coverage detected