MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Encoded

Method Encoded

pkg/settings/float.go:42–44  ·  view source on GitHub ↗

Encoded returns the encoded value of the current value of the setting.

(sv *Values)

Source from the content-addressed store, hash-verified

40
41// Encoded returns the encoded value of the current value of the setting.
42func (f *FloatSetting) Encoded(sv *Values) string {
43 return f.String(sv)
44}
45
46// EncodedDefault returns the encoded value of the default value of the setting.
47func (f *FloatSetting) EncodedDefault() string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected