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

Method String

pkg/util/bitarray/bitarray.go:94–98  ·  view source on GitHub ↗

String implements the fmt.Stringer interface.

()

Source from the content-addressed store, hash-verified

92
93// String implements the fmt.Stringer interface.
94func (d BitArray) String() string {
95 var buf bytes.Buffer
96 d.Format(&buf)
97 return buf.String()
98}
99
100// Clone makes a copy of the bit array.
101func (d BitArray) Clone() BitArray {

Callers 1

PrettyPrintValueEncodedFunction · 0.95

Calls 2

FormatMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected