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

Method Double

encoding/httpbinding/header.go:87–89  ·  view source on GitHub ↗

Double encodes the value v as a query string value

(v float64)

Source from the content-addressed store, hash-verified

85
86// Double encodes the value v as a query string value
87func (h HeaderValue) Double(v float64) {
88 h.float(v, 64)
89}
90
91func (h HeaderValue) float(v float64, bitSize int) {
92 switch {

Callers

nothing calls this directly

Calls 1

floatMethod · 0.95

Tested by

no test coverage detected