Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2227
func
errPlaceholderExpr(rng hcl.Range) Expression {
2228
return
&LiteralValueExpr{
2229
Val: cty.DynamicVal,
2230
SrcRange: rng,
2231
}
2232
}
Callers
3
parseExpr
Method · 0.85
parseIf
Method · 0.85
parseFor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected