()
| 34 | } |
| 35 | |
| 36 | func (c *Compiler) GetTaskfileVariables() (*ast.Vars, error) { |
| 37 | return c.getVariables(nil, nil, true) |
| 38 | } |
| 39 | |
| 40 | func (c *Compiler) GetVariables(t *ast.Task, call *Call) (*ast.Vars, error) { |
| 41 | return c.getVariables(t, call, true) |
no test coverage detected