MCPcopy Create free account
hub / github.com/cockroachdb/apd / Bits

Method Bits

bigint.go:459–462  ·  view source on GitHub ↗

Bits calls (big.Int).Bits.

()

Source from the content-addressed store, hash-verified

457
458// Bits calls (big.Int).Bits.
459func (z *BigInt) Bits() []big.Word {
460 var tmp1 big.Int //gcassert:noescape
461 return z.inner(&tmp1).Bits()
462}
463
464// Bytes calls (big.Int).Bytes.
465func (z *BigInt) Bytes() []byte {

Callers 4

updateInnerMethod · 0.80
SizeMethod · 0.80
checkQuoFunction · 0.80

Calls 1

innerMethod · 0.95

Tested by 2

checkQuoFunction · 0.64