(sv *Values)
| 29 | } |
| 30 | |
| 31 | func (b *BoolSetting) String(sv *Values) string { |
| 32 | return EncodeBool(b.Get(sv)) |
| 33 | } |
| 34 | |
| 35 | // DefaultString returns the default value for the setting as a string. |
| 36 | func (b *BoolSetting) DefaultString() string { |
no test coverage detected