(t *ast.Task, call *Call)
| 42 | } |
| 43 | |
| 44 | func (c *Compiler) FastGetVariables(t *ast.Task, call *Call) (*ast.Vars, error) { |
| 45 | return c.getVariables(t, call, false) |
| 46 | } |
| 47 | |
| 48 | func (c *Compiler) getVariables(t *ast.Task, call *Call, evaluateShVars bool) (*ast.Vars, error) { |
| 49 | result := env.GetEnviron() |
no test coverage detected