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

Method Byte

encoding/httpbinding/query.go:53–55  ·  view source on GitHub ↗

Byte encodes v as a query string value

(v int8)

Source from the content-addressed store, hash-verified

51
52// Byte encodes v as a query string value
53func (qv QueryValue) Byte(v int8) {
54 qv.Long(int64(v))
55}
56
57// Short encodes v as a query string value
58func (qv QueryValue) Short(v int16) {

Callers

nothing calls this directly

Calls 1

LongMethod · 0.95

Tested by

no test coverage detected