MCPcopy
hub / github.com/go-task/task / experimentTestOption

Struct experimentTestOption

task_test.go:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207type experimentTestOption struct {
208 experiment *experiments.Experiment
209 value int
210}
211
212func (opt *experimentTestOption) applyToExecutorTest(t *ExecutorTest) {
213 t.experiments[opt.experiment] = opt.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected