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

Method Integer

encoding/httpbinding/query.go:63–65  ·  view source on GitHub ↗

Integer encodes v as a query string value

(v int32)

Source from the content-addressed store, hash-verified

61
62// Integer encodes v as a query string value
63func (qv QueryValue) Integer(v int32) {
64 qv.Long(int64(v))
65}
66
67// Long encodes v as a query string value
68func (qv QueryValue) Long(v int64) {

Callers

nothing calls this directly

Calls 1

LongMethod · 0.95

Tested by

no test coverage detected