Output of the Task output
| 8 | |
| 9 | // Output of the Task output |
| 10 | type 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. |
| 18 | func (s *Output) IsSet() bool { |
nothing calls this directly
no outgoing calls
no test coverage detected