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

Method Long

encoding/httpbinding/query.go:68–70  ·  view source on GitHub ↗

Long encodes v as a query string value

(v int64)

Source from the content-addressed store, hash-verified

66
67// Long encodes v as a query string value
68func (qv QueryValue) Long(v int64) {
69 qv.updateKey(strconv.FormatInt(v, 10))
70}
71
72// Float encodes v as a query string value
73func (qv QueryValue) Float(v float32) {

Callers 4

ByteMethod · 0.95
ShortMethod · 0.95
IntegerMethod · 0.95
BigDecimalMethod · 0.95

Calls 1

updateKeyMethod · 0.95

Tested by

no test coverage detected