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

Method updateKey

encoding/httpbinding/query.go:28–34  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

26}
27
28func (qv QueryValue) updateKey(value string) {
29 if qv.append {
30 qv.query.Add(qv.key, value)
31 } else {
32 qv.query.Set(qv.key, value)
33 }
34}
35
36// Blob encodes v as a base64 query string value
37func (qv QueryValue) Blob(v []byte) {

Callers 7

BlobMethod · 0.95
BooleanMethod · 0.95
StringMethod · 0.95
LongMethod · 0.95
floatMethod · 0.95
BigIntegerMethod · 0.95
BigDecimalMethod · 0.95

Calls 2

AddMethod · 0.65
SetMethod · 0.45

Tested by

no test coverage detected