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

Method applyToFormatterTest

task_test.go:197–199  ·  view source on GitHub ↗
(t *FormatterTest)

Source from the content-addressed store, hash-verified

195}
196
197func (opt *executorOptionsTestOption) applyToFormatterTest(t *FormatterTest) {
198 t.executorOpts = slices.Concat(t.executorOpts, opt.executorOpts)
199}
200
201// WithExperiment sets an experiment to be enabled for the test. This can be
202// called multiple times to enable more than one experiment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected