func()

in pkg/confidence/confidence.go [184:186]


func (e Confidence) GetDoubleValue(ctx context.Context, flag string, defaultValue float64) float64 {
	return e.GetDoubleFlag(ctx, flag, defaultValue).Value
}