Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
23
func
(z *BigInt) FillBytes(buf []byte) []byte {
24
var
tmp1 big.Int
25
return
z.inner(&tmp1).FillBytes(buf)
26
}
Callers
3
TestBigIntMatchesMathBigInt15
Function · 0.80
TestBigIntFillBytes
Function · 0.80
Decompose
Method · 0.80
Calls
1
inner
Method · 0.95
Tested by
2
TestBigIntMatchesMathBigInt15
Function · 0.64
TestBigIntFillBytes
Function · 0.64