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

Method FastCompiledTask

variables.go:39–41  ·  view source on GitHub ↗

FastCompiledTask is like CompiledTask, but it skippes dynamic variables.

(call *Call)

Source from the content-addressed store, hash-verified

37
38// FastCompiledTask is like CompiledTask, but it skippes dynamic variables.
39func (e *Executor) FastCompiledTask(call *Call) (*ast.Task, error) {
40 return e.compiledTask(call, false)
41}
42
43func (e *Executor) CompiledTaskForTaskList(call *Call) (*ast.Task, error) {
44 origTask, err := e.GetTask(call)

Callers 3

promptDepsVarsMethod · 0.95
RunMethod · 0.95
RunTaskMethod · 0.95

Calls 1

compiledTaskMethod · 0.95

Tested by

no test coverage detected