(ctx *hcl.EvalContext)
| 271 | } |
| 272 | |
| 273 | func (e mockExprTraversal) Value(ctx *hcl.EvalContext) (cty.Value, hcl.Diagnostics) { |
| 274 | return e.Traversal.TraverseAbs(ctx) |
| 275 | } |
| 276 | |
| 277 | func (e mockExprTraversal) Variables() []hcl.Traversal { |
| 278 | return []hcl.Traversal{e.Traversal} |
nothing calls this directly
no test coverage detected