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

Function WithSummary

executor.go:460–462  ·  view source on GitHub ↗

WithSummary tells the [Executor] to output a summary of the given tasks instead of running them.

(summary bool)

Source from the content-addressed store, hash-verified

458// WithSummary tells the [Executor] to output a summary of the given tasks
459// instead of running them.
460func WithSummary(summary bool) ExecutorOption {
461 return &summaryOption{summary}
462}
463
464type summaryOption struct {
465 summary bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…