(x uint64)
| 406 | } |
| 407 | |
| 408 | func sovPropagationTracker(x uint64) (n int) { |
| 409 | return (math_bits.Len64(x|1) + 6) / 7 |
| 410 | } |
| 411 | func sozPropagationTracker(x uint64) (n int) { |
| 412 | return sovPropagationTracker(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 413 | } |
no outgoing calls
no test coverage detected