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

Method IsSet

taskfile/ast/output.go:60–65  ·  view source on GitHub ↗

IsSet returns true if and only if a custom output style is set.

()

Source from the content-addressed store, hash-verified

58
59// IsSet returns true if and only if a custom output style is set.
60func (g *OutputGroup) IsSet() bool {
61 if g == nil {
62 return false
63 }
64 return g.Begin != "" || g.End != ""
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected