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

Method GetVariables

compiler.go:40–42  ·  view source on GitHub ↗
(t *ast.Task, call *Call)

Source from the content-addressed store, hash-verified

38}
39
40func (c *Compiler) GetVariables(t *ast.Task, call *Call) (*ast.Vars, error) {
41 return c.getVariables(t, call, true)
42}
43
44func (c *Compiler) FastGetVariables(t *ast.Task, call *Call) (*ast.Vars, error) {
45 return c.getVariables(t, call, false)

Callers 1

compiledTaskMethod · 0.80

Calls 1

getVariablesMethod · 0.95

Tested by

no test coverage detected