MCPcopy Create free account
hub / github.com/buke/quickjs-go / BigInt

Method BigInt

value.go:221–223  ·  view source on GitHub ↗

Deprecated: Use ToBigInt instead.

()

Source from the content-addressed store, hash-verified

219
220// Deprecated: Use ToBigInt instead.
221func (v *Value) BigInt() *big.Int {
222 return v.ToBigInt()
223}
224
225// ToBigInt returns the big.Int value of the value.
226func (v *Value) ToBigInt() *big.Int {

Callers 1

TestValueConversionsFunction · 0.80

Calls 1

ToBigIntMethod · 0.95

Tested by 1

TestValueConversionsFunction · 0.64