MCPcopy Index your code
hub / github.com/go-task/task / checkOutputGroupUnset

Function checkOutputGroupUnset

internal/output/output.go:42–47  ·  view source on GitHub ↗
(o *ast.Output)

Source from the content-addressed store, hash-verified

40}
41
42func checkOutputGroupUnset(o *ast.Output) error {
43 if o.Group.IsSet() {
44 return fmt.Errorf("task: output style %q does not support the group begin/end parameter", o.Name)
45 }
46 return nil
47}

Callers 1

BuildForFunction · 0.85

Calls 1

IsSetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…