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

Method GetValue

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

Source from the content-addressed store, hash-verified

57}
58
59func (p jsonObjectKeyProvider) GetValue() smithyjson.Value {
60 return p.Object.Key(p.Key)
61}
62
63// jsonArrayProvider is a valueProvider that returns a JSON value type for encoding a value in the given JSON array.
64type jsonArrayProvider struct {

Callers

nothing calls this directly

Calls 1

KeyMethod · 0.80

Tested by

no test coverage detected