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

Method Boolean

encoding/httpbinding/query.go:43–45  ·  view source on GitHub ↗

Boolean encodes v as a query string value

(v bool)

Source from the content-addressed store, hash-verified

41
42// Boolean encodes v as a query string value
43func (qv QueryValue) Boolean(v bool) {
44 qv.updateKey(strconv.FormatBool(v))
45}
46
47// String encodes v as a query string value
48func (qv QueryValue) String(v string) {

Callers

nothing calls this directly

Calls 1

updateKeyMethod · 0.95

Tested by

no test coverage detected