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

Function errPlaceholderExpr

hclsyntax/parser.go:2227–2232  ·  view source on GitHub ↗
(rng hcl.Range)

Source from the content-addressed store, hash-verified

2225}
2226
2227func errPlaceholderExpr(rng hcl.Range) Expression {
2228 return &LiteralValueExpr{
2229 Val: cty.DynamicVal,
2230 SrcRange: rng,
2231 }
2232}

Callers 3

parseExprMethod · 0.85
parseIfMethod · 0.85
parseForMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected