MCPcopy Create free account
hub / github.com/dolthub/doltgresql / String

Method String

postgres/parser/pgdate/fields.go:123–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (s *fieldSet) String() string {
124 ret := "[ "
125 for f := fieldMinimum; f <= fieldMaximum; f++ {
126 if s.Has(f) {
127 ret += f.Pretty() + " "
128 }
129 }
130 ret += "]"
131 return ret
132}

Callers

nothing calls this directly

Calls 2

HasMethod · 0.95
PrettyMethod · 0.45

Tested by

no test coverage detected