MCPcopy Create free account
hub / github.com/go-task/task / Call

Struct Call

call.go:6–11  ·  view source on GitHub ↗

Call is the parameters to a task call

Source from the content-addressed store, hash-verified

4
5// Call is the parameters to a task call
6type Call struct {
7 Task string
8 Vars *ast.Vars
9 Silent bool
10 Indirect bool // True if the task was called by another task
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected