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

Method String

pkg/util/bitarray/bitarray.go:88–92  ·  view source on GitHub ↗

String implements the fmt.Stringer interface.

()

Source from the content-addressed store, hash-verified

86
87// String implements the fmt.Stringer interface.
88func (d BitArray) String() string {
89 var buf bytes.Buffer
90 d.Format(&buf)
91 return buf.String()
92}
93
94// Clone makes a copy of the bit array.
95func (d BitArray) Clone() BitArray {

Callers 1

PrettyPrintValueEncodedFunction · 0.95

Calls 2

FormatMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected