MCPcopy
hub / github.com/hashicorp/hcl / expression

Struct expression

json/structure.go:28–30  ·  view source on GitHub ↗

expression is the implementation of "Expression" used for files processed with the JSON parser.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected