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

Function sozV1

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

Source from the content-addressed store, hash-verified

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}
652func (m *BlockMeta) Unmarshal(dAtA []byte) error {
653 l := len(dAtA)
654 iNdEx := 0

Callers

nothing calls this directly

Calls 1

sovV1Function · 0.85

Tested by

no test coverage detected