MCPcopy
hub / github.com/grafana/tempo / sovV1

Function sovV1

tempodb/backend/v1.pb.go:646–648  ·  view source on GitHub ↗
(x uint64)

Source from the content-addressed store, hash-verified

644}
645
646func sovV1(x uint64) (n int) {
647 return (math_bits.Len64(x|1) + 6) / 7
648}
649func sozV1(x uint64) (n int) {
650 return sovV1(uint64((x << 1) ^ uint64((int64(x) >> 63))))
651}

Callers 5

encodeVarintV1Function · 0.85
SizeMethod · 0.85
SizeMethod · 0.85
SizeMethod · 0.85
sozV1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected