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

Method Double

encoding/httpbinding/query.go:78–80  ·  view source on GitHub ↗

Double encodes v as a query string value

(v float64)

Source from the content-addressed store, hash-verified

76
77// Double encodes v as a query string value
78func (qv QueryValue) Double(v float64) {
79 qv.float(v, 64)
80}
81
82func (qv QueryValue) float(v float64, bitSize int) {
83 switch {

Callers

nothing calls this directly

Calls 1

floatMethod · 0.95

Tested by

no test coverage detected