MCPcopy Create free account
hub / github.com/aws/smithy-go / BigInteger

Method BigInteger

encoding/httpbinding/query.go:96–98  ·  view source on GitHub ↗

BigInteger encodes v as a query string value

(v *big.Int)

Source from the content-addressed store, hash-verified

94
95// BigInteger encodes v as a query string value
96func (qv QueryValue) BigInteger(v *big.Int) {
97 qv.updateKey(v.String())
98}
99
100// BigDecimal encodes v as a query string value
101func (qv QueryValue) BigDecimal(v *big.Float) {

Callers

nothing calls this directly

Calls 2

updateKeyMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected