Perform the decode operation on the given body, in the context of the given block (which might be null), using the given eval context. "block" is provided only by the nested calls performed by the spec types that work on block bodies.
(content *hcl.BodyContent, blockLabels []blockLabel, ctx *hcl.EvalContext)
| 27 | // "block" is provided only by the nested calls performed by the spec |
| 28 | // types that work on block bodies. |
| 29 | decode(content *hcl.BodyContent, blockLabels []blockLabel, ctx *hcl.EvalContext) (cty.Value, hcl.Diagnostics) |
| 30 | |
| 31 | // Return the cty.Type that should be returned when decoding a body with |
| 32 | // this spec. |
no outgoing calls
no test coverage detected