func()

in pkg/confidence/confidence.go [166:168]


func (e Confidence) GetBoolValue(ctx context.Context, flag string, defaultValue bool) bool {
	return e.GetBoolFlag(ctx, flag, defaultValue).Value
}