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

Method String

encoding/httpbinding/query.go:48–50  ·  view source on GitHub ↗

String encodes v as a query string value

(v string)

Source from the content-addressed store, hash-verified

46
47// String encodes v as a query string value
48func (qv QueryValue) String(v string) {
49 qv.updateKey(v)
50}
51
52// Byte encodes v as a query string value
53func (qv QueryValue) Byte(v int8) {

Callers 1

floatMethod · 0.95

Calls 1

updateKeyMethod · 0.95

Tested by

no test coverage detected