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