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

Struct SplatExpr

hclsyntax/expression.go:1772–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770}
1771
1772type SplatExpr struct {
1773 Source Expression
1774 Each Expression
1775 Item *AnonSymbolExpr
1776
1777 SrcRange hcl.Range
1778 MarkerRange hcl.Range
1779}
1780
1781func (e *SplatExpr) Value(ctx *hcl.EvalContext) (cty.Value, hcl.Diagnostics) {
1782 sourceVal, diags := e.Source.Value(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected