expression is the implementation of "Expression" used for files processed with the JSON parser.
| 26 | // expression is the implementation of "Expression" used for files processed |
| 27 | // with the JSON parser. |
| 28 | type expression struct { |
| 29 | src node |
| 30 | } |
| 31 | |
| 32 | func (b *body) Content(schema *hcl.BodySchema) (*hcl.BodyContent, hcl.Diagnostics) { |
| 33 | content, newBody, diags := b.PartialContent(schema) |
nothing calls this directly
no outgoing calls
no test coverage detected