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

Struct ObjectConsExpr

hclsyntax/expression.go:1172–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170}
1171
1172type ObjectConsExpr struct {
1173 Items []ObjectConsItem
1174
1175 SrcRange hcl.Range
1176 OpenRange hcl.Range
1177}
1178
1179type ObjectConsItem struct {
1180 KeyExpr Expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected