| 9 | ) |
| 10 | |
| 11 | type Context struct { |
| 12 | ctx *hcl.EvalContext |
| 13 | parent *Context |
| 14 | } |
| 15 | |
| 16 | func NewContext(ctx *hcl.EvalContext, parent *Context) *Context { |
| 17 | if ctx.Variables == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected