| 298 | } |
| 299 | |
| 300 | type mockExprList struct { |
| 301 | Exprs []hcl.Expression |
| 302 | } |
| 303 | |
| 304 | func (e mockExprList) Value(ctx *hcl.EvalContext) (cty.Value, hcl.Diagnostics) { |
| 305 | if len(e.Exprs) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected