MCPcopy Index your code
hub / github.com/ddev/ddev / ComposerTask

Struct ComposerTask

pkg/ddevapp/task.go:42–45  ·  view source on GitHub ↗

ComposerTask is the struct that defines "composer" tasks for hooks, commands to be run in containers.

Source from the content-addressed store, hash-verified

40// ComposerTask is the struct that defines "composer" tasks for hooks, commands
41// to be run in containers.
42type ComposerTask struct {
43 execRaw []string
44 app *DdevApp
45}
46
47// Execute executes an ExecTask
48func (c ExecTask) Execute() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected