Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
func
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
BuildFor
Function · 0.85
Calls
1
IsSet
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…