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

Method GetValue

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

Source from the content-addressed store, hash-verified

46type jsonValueProvider smithyjson.Value
47
48func (p jsonValueProvider) GetValue() smithyjson.Value {
49 return smithyjson.Value(p)
50}
51
52// jsonObjectKeyProvider is a valueProvider that returns a JSON value type for encoding a value for the given JSON object
53// key.

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected