MCPcopy
hub / github.com/go-task/task / GetTaskfileVariables

Method GetTaskfileVariables

compiler.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

readDotEnvFilesMethod · 0.80

Calls 1

getVariablesMethod · 0.95

Tested by

no test coverage detected