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

Method Short

encoding/httpbinding/query.go:58–60  ·  view source on GitHub ↗

Short encodes v as a query string value

(v int16)

Source from the content-addressed store, hash-verified

56
57// Short encodes v as a query string value
58func (qv QueryValue) Short(v int16) {
59 qv.Long(int64(v))
60}
61
62// Integer encodes v as a query string value
63func (qv QueryValue) Integer(v int32) {

Callers

nothing calls this directly

Calls 1

LongMethod · 0.95

Tested by

no test coverage detected