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

Method FillBytes

bigint_go1.15.go:23–26  ·  view source on GitHub ↗

FillBytes calls (big.Int).FillBytes.

(buf []byte)

Source from the content-addressed store, hash-verified

21
22// FillBytes calls (big.Int).FillBytes.
23func (z *BigInt) FillBytes(buf []byte) []byte {
24 var tmp1 big.Int
25 return z.inner(&tmp1).FillBytes(buf)
26}

Callers 3

TestBigIntFillBytesFunction · 0.80
DecomposeMethod · 0.80

Calls 1

innerMethod · 0.95

Tested by 2

TestBigIntFillBytesFunction · 0.64