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

Method GetValue

document/json/encoder.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (p jsonArrayProvider) GetValue() smithyjson.Value {
69 return p.Array.Value()
70}
71
72func (e *Encoder) encode(vp valueProvider, rv reflect.Value, tag serde.Tag) error {
73 // Zero values are serialized as null, or skipped if omitEmpty.

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected