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

Struct Output

taskfile/ast/output.go:10–15  ·  view source on GitHub ↗

Output of the Task output

Source from the content-addressed store, hash-verified

8
9// Output of the Task output
10type Output struct {
11 // Name of the Output.
12 Name string `yaml:"-"`
13 // Group specific style
14 Group OutputGroup
15}
16
17// IsSet returns true if and only if a custom output style is set.
18func (s *Output) IsSet() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected