MCPcopy Index your code
hub / github.com/cockroachdb/errors / sovExtGrpc

Function sovExtGrpc

extgrpc/ext_grpc.pb.go:129–131  ·  view source on GitHub ↗
(x uint64)

Source from the content-addressed store, hash-verified

127}
128
129func sovExtGrpc(x uint64) (n int) {
130 return (math_bits.Len64(x|1) + 6) / 7
131}
132func sozExtGrpc(x uint64) (n int) {
133 return sovExtGrpc(uint64((x << 1) ^ uint64((int64(x) >> 63))))
134}

Callers 3

encodeVarintExtGrpcFunction · 0.85
SizeMethod · 0.85
sozExtGrpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…