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

Method String

pkg/settings/float.go:32–34  ·  view source on GitHub ↗
(sv *Values)

Source from the content-addressed store, hash-verified

30}
31
32func (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.
37func (f *FloatSetting) DefaultString() string {

Callers 1

EncodedMethod · 0.95

Calls 2

GetMethod · 0.95
EncodeFloatFunction · 0.85

Tested by

no test coverage detected