String returns the string representation of the setting's current value. It's used when materializing results for `SHOW CLUSTER SETTINGS` or `SHOW CLUSTER SETTING `. If this object implements a non-reportable setting that was retrieved for reporting (see LookupForReportingByKey), Stri
(sv *Values)
| 63 | // If this object implements a non-reportable setting that was retrieved for |
| 64 | // reporting (see LookupForReportingByKey), String hides the actual value. |
| 65 | String(sv *Values) string |
| 66 | |
| 67 | // DefaultString returns the default value for the setting as a string. This |
| 68 | // is the same as calling String on the setting when it was never set. |
no outgoing calls
no test coverage detected