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

Method BigInteger

encoding/httpbinding/header.go:105–107  ·  view source on GitHub ↗

BigInteger encodes the value v as a query string value

(v *big.Int)

Source from the content-addressed store, hash-verified

103
104// BigInteger encodes the value v as a query string value
105func (h HeaderValue) BigInteger(v *big.Int) {
106 h.modifyHeader(v.String())
107}
108
109// BigDecimal encodes the value v as a query string value
110func (h HeaderValue) BigDecimal(v *big.Float) {

Callers

nothing calls this directly

Calls 2

modifyHeaderMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected