(x uint64)
| 304 | } |
| 305 | |
| 306 | func sovEchoServer(x uint64) (n int) { |
| 307 | return (math_bits.Len64(x|1) + 6) / 7 |
| 308 | } |
| 309 | func sozEchoServer(x uint64) (n int) { |
| 310 | return sovEchoServer(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 311 | } |
no outgoing calls
no test coverage detected