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

Struct Experiment

experiments/experiment.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Experiment struct {
12 Name string // The name of the experiment.
13 AllowedValues []int // The values that can enable this experiment.
14 Value int // The version of the experiment that is enabled.
15}
16
17// New creates a new experiment with the given name and sets the values that can
18// enable it.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected