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

Method String

postgres/parser/utils/bitarray.go:108–112  ·  view source on GitHub ↗

String implements the fmt.Stringer interface.

()

Source from the content-addressed store, hash-verified

106
107// String implements the fmt.Stringer interface.
108func (d BitArray) String() string {
109 var buf bytes.Buffer
110 d.Format(&buf)
111 return buf.String()
112}
113
114// Clone makes a copy of the bit array.
115func (d BitArray) Clone() BitArray {

Callers

nothing calls this directly

Calls 2

FormatMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected